13 lines
216 B
JSON
Raw Permalink Normal View History

2022-12-02 11:04:17 +08:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
},
"target": "ES6",
"allowSyntheticDefaultImports": true
},
"include": ["src/**/*"],
"exclude": ["node_modules"]
}