We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8603e65 commit b9a618dCopy full SHA for b9a618d
tsconfig.json
@@ -6,7 +6,8 @@
6
"rootDir": "src",
7
"strict": true,
8
"target": "ESNext",
9
- "moduleResolution": "Bundler"
+ "moduleResolution": "Bundler",
10
+ "skipLibCheck": true
11
},
12
"include": ["./src/**/*"],
13
"ts-node": {
0 commit comments