miru/jsconfig.json
2023-12-07 15:02:12 +01:00

13 lines
No EOL
347 B
JSON

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