We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0655dfa + 89ce611 commit 5ebeb54Copy full SHA for 5ebeb54
tsconfig.json
@@ -7,7 +7,8 @@
7
"esModuleInterop": true,
8
"lib": [ "es2022" ],
9
"rootDir": "src",
10
- "outDir": "build"
+ "outDir": "build",
11
+ "skipLibCheck": true
12
},
13
"include": [
14
"./src/**/*.js",
0 commit comments