migu/jsconfig.json
2023-11-21 18:07:11 +01:00

13 lines
No EOL
293 B
JSON

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