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 53b18bb commit e641241Copy full SHA for e641241
1 file changed
tsconfig.json
@@ -6,7 +6,8 @@
6
"target": "es6",
7
"declaration": true,
8
"strict": true,
9
- "allowJs": true
+ "allowJs": true,
10
+ "skipLibCheck": true
11
},
12
"include": ["src"],
13
"exclude": ["node_modules"]
0 commit comments