Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 82d68c7

Browse files
committed
chore: enable ts strict mode
1 parent 32650f1 commit 82d68c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎tsconfig.json‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"compilerOptions": {
33
"target": "ESNext",
44
"module": "ESNext",
5-
"moduleResolution": "node",
6-
"skipLibCheck": true,
7-
"declaration": true
5+
"moduleResolution": "Node",
6+
"esModuleInterop": true,
7+
"strict": true
88
},
99
"include": ["src", "test"]
1010
}

0 commit comments

Comments
 (0)