19 lines
405 B
JSON
19 lines
405 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"strict": true,
|
||
|
"forceConsistentCasingInFileNames":true,
|
||
|
"outDir": "dist/compiled",
|
||
|
"allowJs": true,
|
||
|
"lib": ["es2017"],
|
||
|
"baseUrl": "./",
|
||
|
"paths": {
|
||
|
"@": [
|
||
|
"src"
|
||
|
],
|
||
|
"@/*": [
|
||
|
"src/*"
|
||
|
],
|
||
|
"vue": ["node_modules/vue"]
|
||
|
},
|
||
|
}
|
||
|
}
|