update tsconfig.json

This commit is contained in:
Andre Staltz 2024-01-02 12:35:36 +02:00
parent 41e1f9502f
commit 908f7507c8
No known key found for this signature in database
GPG Key ID: 9EDE23EA7E8A4890
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
"exclude": ["coverage/", "node_modules/", "test/"], "exclude": ["coverage/", "node_modules/", "test/"],
"compilerOptions": { "compilerOptions": {
"checkJs": true, "checkJs": true,
"noEmit": true, "declaration": true,
"emitDeclarationOnly": true,
"exactOptionalPropertyTypes": true, "exactOptionalPropertyTypes": true,
"forceConsistentCasingInFileNames": true, "forceConsistentCasingInFileNames": true,
"lib": ["es2022", "dom"], "lib": ["es2022", "dom"],