12 lines
269 B
JSON
12 lines
269 B
JSON
{
|
|
"compilerOptions": {
|
|
"target":"es6",
|
|
"baseUrl": ".",
|
|
"allowSyntheticDefaultImports": true,
|
|
"paths": {
|
|
"@/*": ["./src/*"] ,
|
|
"com/*":["./src/components/*"]
|
|
}
|
|
},
|
|
// "exclude": ["node_modules"]
|
|
} |