use `tsc` for type-checking

main
avraham 9 months ago
parent 3bc976b63a
commit d134385bd7

@ -1,12 +1,12 @@
{ {
"compilerOptions": { "compilerOptions": {
"target": "ES2020", "target": "ES2020",
"module": "ESNext", "module": "ESNext",
"moduleResolution": "bundler", "moduleResolution": "bundler",
"noEmit": true, "noEmit": true,
"allowJs": true, "allowJs": true,
"checkJs": true, "checkJs": false,
"lib": ["es2022"] "lib": ["es2022"]
}, },
"include": ["**/*"] "include": ["src/**/*"]
} }

Loading…
Cancel
Save