eduOnline/jsconfig.json
zoujiandong d10c17827d init
2025-12-02 14:39:05 +08:00

15 lines
240 B
JSON

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