mirror of
https://github.com/RGBCube/alejandra
synced 2025-08-01 04:57:44 +00:00
feat: finish extension
This commit is contained in:
parent
63b45b881e
commit
6bee230d57
4 changed files with 142 additions and 47 deletions
|
@ -1,9 +1,13 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"checkJs": false,
|
||||
"lib": ["ES2020"],
|
||||
"module": "commonjs",
|
||||
"checkJs": true,
|
||||
"lib": [
|
||||
"ES2020"
|
||||
],
|
||||
"module": "CommonJS",
|
||||
"target": "ES2020"
|
||||
},
|
||||
"exclude": ["node_modules"]
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue