chore: update tsconfig

This commit is contained in:
Danish Arora 2024-10-28 19:09:39 +05:30
parent ac506bcf5a
commit 7351bbbc6c
No known key found for this signature in database
GPG Key ID: 1C6EF37CDAE1426E
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,6 @@
{ {
"compilerOptions": { "compilerOptions": {
"composite": true,
"target": "ES2022", "target": "ES2022",
"lib": ["ES2023"], "lib": ["ES2023"],
"module": "ESNext", "module": "ESNext",
@ -10,7 +11,6 @@
"allowImportingTsExtensions": true, "allowImportingTsExtensions": true,
"isolatedModules": true, "isolatedModules": true,
"moduleDetection": "force", "moduleDetection": "force",
"noEmit": true,
/* Linting */ /* Linting */
"strict": true, "strict": true,