ocer-cc-old/jsconfig.json
2024-02-07 12:48:31 +08:00

10 lines
137 B
JSON

{
"compilerOptions": {
"allowJs": true,
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}