You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
321 B
15 lines
321 B
{
|
|
"extends": "@vue/tsconfig/tsconfig.json",
|
|
"include": ["src/**/*.ts", "src/env.d.ts"],
|
|
"exclude": ["node_modules", "vendor"],
|
|
"compilerOptions": {
|
|
"outDir": "./js",
|
|
"allowJs": true,
|
|
"checkJs": false,
|
|
"allowImportingTsExtensions": true,
|
|
"lib": ["ESNext"],
|
|
},
|
|
"vueCompilerOptions": {
|
|
"target": 2.7,
|
|
}
|
|
}
|