17 lines
322 B
JSON
17 lines
322 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "ES6",
|
||
|
|
"jsx":"preserve",
|
||
|
|
"module": "commonjs",
|
||
|
|
"allowSyntheticDefaultImports": true,
|
||
|
|
"baseUrl": "./",
|
||
|
|
"paths": {
|
||
|
|
"/@/*": [
|
||
|
|
"src/*"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"exclude": [
|
||
|
|
"node_modules"
|
||
|
|
]
|
||
|
|
}
|