This repository has been archived on 2024-09-18. You can view files and clone it, but cannot push or open issues or pull requests.
|
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames":true,
|
|
"outDir": "dist/compiled",
|
|
"allowJs": true,
|
|
"lib": ["es2017"],
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@": [
|
|
"src"
|
|
],
|
|
"@/*": [
|
|
"src/*"
|
|
],
|
|
"vue": ["node_modules/vue"]
|
|
},
|
|
}
|
|
} |