All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 3m32s
17 lines
475 B
JSON
17 lines
475 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.dom.json",
|
|
"include": ["src/**/*", "src/**/*.vue"],
|
|
"compilerOptions": {
|
|
"ignoreDeprecations": "5.0",
|
|
"composite": true,
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules", "dist", "coverage", "**/*.test.ts", "src/**/__tests__/*"]
|
|
}
|