retro/tsconfig.json
Michel Roux 68614fc9bd
All checks were successful
retro / xml (push) Successful in 11s
retro / php (push) Successful in 56s
retro / nodejs (push) Successful in 44s
retro / release (push) Has been skipped
fix: 💄 add icon
2025-01-04 22:44:54 +01:00

16 lines
357 B
JSON

{
"include": ["./src/**/*.ts", "**/*.ts"],
"compilerOptions": {
"allowImportingTsExtensions": true,
"allowSyntheticDefaultImports": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"noImplicitAny": false,
"rootDir": ".",
"strict": true,
"noEmit": true,
"types": ["vite/client"],
}
}