Disable checking of JS files

This commit is contained in:
nachtjasmin 2023-07-28 23:39:35 +02:00
parent bde4a6e209
commit 4b3ee12671
No known key found for this signature in database

View file

@ -2,7 +2,6 @@
"compilerOptions": {
"module": "ESNext",
"target": "ESNext",
"checkJs": true,
"moduleResolution": "bundler"
},
"include": ["src/", "tests/"]