2023-01-04 10:01:07 +03:00
|
|
|
{
|
2023-12-13 19:38:20 +03:00
|
|
|
"extends": "@vue/tsconfig/tsconfig.json",
|
2023-06-22 15:57:39 +03:00
|
|
|
"include": ["./src/**/*.ts"],
|
|
|
|
"exclude": ["./src/**/*.cy.ts"],
|
2023-01-04 10:01:07 +03:00
|
|
|
"compilerOptions": {
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"target": "ESNext",
|
|
|
|
"module": "esnext",
|
|
|
|
"declaration": true,
|
|
|
|
"strict": true,
|
|
|
|
"noImplicitAny": false,
|
|
|
|
"outDir": "./dist",
|
2023-11-01 20:17:37 +03:00
|
|
|
},
|
|
|
|
"vueCompilerOptions": {
|
2023-11-03 00:12:03 +03:00
|
|
|
"target": 3.3
|
2023-01-04 10:01:07 +03:00
|
|
|
}
|
|
|
|
}
|