Skip to content

Commit 45f49e9

Browse files
committed
fix: update tsconfig.json for TypeScript 6 compatibility
1 parent 3397a40 commit 45f49e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"declaration": false,
99
"declarationMap": false,
1010
"sourceMap": false,
11+
"rootDir": "./src",
1112
"outDir": "./dist",
1213
"removeComments": false,
13-
"downlevelIteration": true,
1414
"strict": true,
1515
"esModuleInterop": true,
1616
"typeRoots": ["./node_modules/@types", "./typings"],

0 commit comments

Comments
 (0)