20 строки
439 B
JSON
20 строки
439 B
JSON
{
|
|
"extends": "@vue/tsconfig",
|
|
"include": ["./src/**/*.ts"],
|
|
"exclude": ["./src/**/*.cy.ts"],
|
|
"compilerOptions": {
|
|
"allowImportingTsExtensions": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"moduleResolution": "Bundler",
|
|
"target": "ESNext",
|
|
"module": "esnext",
|
|
"declaration": true,
|
|
"strict": true,
|
|
"noImplicitAny": false,
|
|
"outDir": "./dist",
|
|
},
|
|
"vueCompilerOptions": {
|
|
"target": 2.7
|
|
}
|
|
}
|