case/jsconfig.json
zoujiandong 5850bdee94 first
2025-03-07 17:11:01 +08:00

15 lines
240 B
JSON

{
"compilerOptions": {
"target": "ES6",
"module": "commonjs",
"allowSyntheticDefaultImports": true,
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": [
"node_modules"
]
}