14 lines
270 B
JSON
14 lines
270 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES6",
|
|
"module": "commonjs",
|
|
"allowSyntheticDefaultImports": true,
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@/*": ["src/*"],
|
|
"_c/*": ["src/components/*"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules", "dist", "protal"]
|
|
}
|