Files
bitmappery/tsconfig.check.json
Igor Zinken 3e3570021f Add strict type checks to unit tests (#48)
* Add strict type checks to unit tests
2025-02-15 14:14:48 +01:00

9 lines
232 B
JSON

{
"extends": "./tsconfig.app.json",
"include": [ "./vite-env.d.ts", "src/**/*", "src/**/*.vue", "src/**/*.json", "tests/**/*.ts" ],
"compilerOptions": {
"skipLibCheck": true,
"module": "commonjs"
}
}