We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6757279 commit 826a372Copy full SHA for 826a372
tsconfig.json
@@ -5,7 +5,8 @@
5
"importHelpers": true,
6
"target": "ESNext",
7
"module": "NodeNext",
8
- "esModuleInterop": true
+ "esModuleInterop": true,
9
+ "skipLibCheck": true
10
},
11
"include": ["src/**/*.ts", "tests/**/*.ts"]
12
}
0 commit comments