Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit b74e157

Browse files
committed
update: tsconfig.json
1 parent 3e89cdc commit b74e157

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

compiler/tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"compilerOptions": {
3-
"module": "NodeNext"
3+
"module": "NodeNext",
4+
"moduleResolution": "NodeNext",
5+
"esModuleInterop": true,
6+
"allowSyntheticDefaultImports": true
47
}
58
}

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"compilerOptions": {
33
"declaration": true,
44
"esModuleInterop": true,
5+
"allowSyntheticDefaultImports": true,
56
"jsx": "react-jsx",
67
"lib": ["ESNext", "dom"],
78
"module": "NodeNext",

0 commit comments

Comments
 (0)