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