migu/jsconfig.json
2023-11-12 14:43:06 +01:00

10 lines
No EOL
242 B
JSON

{
"compilerOptions": {
"checkJs": true,
"target": "ESNext",
"moduleResolution": "node",
"module": "ESNext",
"allowSyntheticDefaultImports": true
},
"exclude": ["node_modules/**", "**/node_modules", "dist", "build"]
}