repod/tsconfig.json
Michel Roux e99b2c972d
All checks were successful
repod / xml (push) Successful in 12s
repod / php (push) Successful in 1m6s
repod / nodejs (push) Successful in 1m6s
repod / release (push) Has been skipped
perf: 🌐 add title for accessibility on skip on modal
2024-11-12 22:02:18 +01:00

16 lines
352 B
JSON

{
"extends": "@vue/tsconfig",
"include": ["./src/**/*.ts", "./src/**/*.vue", "**/*.ts"],
"compilerOptions": {
"allowImportingTsExtensions": true,
"allowSyntheticDefaultImports": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"noImplicitAny": false,
"rootDir": ".",
"strict": true,
"noEmit": true
}
}