auto_score/AES-front/jsconfig.json

15 lines
257 B
JSON
Raw Permalink Normal View History

2024-12-29 20:44:44 +08:00
{
"compilerOptions": {
"target": "ESNext",
"baseUrl": "./",
"moduleResolution": "node",
"paths": {
"~/*": ["./*"],
"@/*": ["src/*"]
},
"jsx": "preserve",
"allowJs": true
},
"exclude": ["node_modules", "dist"]
}