1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-30 12:07:46 +00:00
alejandra/integrations/vscode/jsconfig.json
2022-02-12 19:41:23 -05:00

9 lines
155 B
JSON

{
"compilerOptions": {
"checkJs": true,
"lib": ["ES2020"],
"module": "CommonJS",
"target": "ES2020"
},
"exclude": ["node_modules"]
}