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": {
"composite": true,
"target": "ES2022",
"lib": ["ES2023"],
"module": "ESNext",
@ -10,7 +11,6 @@
"allowImportingTsExtensions": true,
"isolatedModules": true,
"moduleDetection": "force",
"noEmit": true,
/* Linting */
"strict": true,