Update tsconfig.json

This commit is contained in:
uwap 2026-01-03 17:46:29 +01:00 committed by GitHub
parent a725a729a7
commit bc570e60bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@
"emitDecoratorMetadata": true "emitDecoratorMetadata": true
}, },
"include": [ "include": [
"next-env.d.ts", "deps/Traveler/index.d.ts",
"**/*.ts", "**/*.ts",
"**/*.tsx", "**/*.tsx",
], ],