feat: add config to resolve path alias.

master
kunkka 4 years ago
parent bce09351cd
commit 06d40f965a

@ -0,0 +1,14 @@
{
// @
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
},
"target": "ES6",
"module": "commonjs",
"allowSyntheticDefaultImports": true
},
"include": ["src/**/*"],
"exclude": ["node_modules"]
}
Loading…
Cancel
Save