Files
ylst-pc/jsconfig.json
2022-10-08 14:07:06 +08:00

13 lines
244 B
JSON

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