d2blog-template/jsconfig.json

12 lines
202 B
JSON
Raw Permalink Normal View History

2023-04-27 16:44:20 +08:00
{
"compilerOptions": {
"target": "es2017",
"allowSyntheticDefaultImports": false,
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist"]
}