You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
370 B
JSON

{
"compilerOptions": {
"strict": true,
"forceConsistentCasingInFileNames":true,
"allowJs": true,
"lib": ["es2015"],
"baseUrl": "./",
"paths": {
"@": [
"src"
],
"@/*": [
"src/*"
],
"vue": ["node_modules/vue"]
}
},
}