kenaito-dns-front/jsconfig.json

12 lines
202 B
JSON
Raw Normal View History

2024-11-11 20:18:40 +08:00
{
"compilerOptions": {
"target": "es2017",
"allowSyntheticDefaultImports": false,
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist"]
}