Skip to content

Commit 91aeaff

Browse files
committed
update tsconfig.base.json to support ts6
1 parent fe56553 commit 91aeaff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tsconfig.base.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"target": "ES2021",
66
"lib": ["ESNext", "dom"],
77
"jsx": "react-jsx",
8-
"baseUrl": "${configDir}/src",
98
"rootDir": "${configDir}/src",
109
"composite": true,
1110
"paths": {
@@ -28,6 +27,7 @@
2827
"skipLibCheck": true,
2928
"outDir": "${configDir}/dist",
3029
"declarationDir": "${configDir}/dist",
31-
"noUncheckedSideEffectImports": true
30+
"noUncheckedSideEffectImports": true,
31+
"types": ["node"]
3232
}
3333
}

0 commit comments

Comments
 (0)