We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5633e7b commit 2ab399aCopy full SHA for 2ab399a
tsconfig.json
@@ -6,7 +6,7 @@
6
"esModuleInterop": true,
7
"newLine": "LF",
8
"outDir": "./lib/",
9
- "target": "es5",
+ "target": "ES2015",
10
"sourceMap": true,
11
"declaration": true,
12
"jsx": "preserve",
@@ -24,7 +24,8 @@
24
/* Report error when not all code paths in function return a value. */
25
"noImplicitReturns": true,
26
/* Report errors for fallthrough cases in switch statement. */
27
- "noFallthroughCasesInSwitch": true
+ "noFallthroughCasesInSwitch": true,
28
+ "skipLibCheck": true
29
},
30
"include": [
31
"src/**/*"
0 commit comments