We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0d65f6 commit 8e7040cCopy full SHA for 8e7040c
templates/app/tsconfig(ts).json
@@ -8,7 +8,8 @@
8
"module": "es6",
9
"outDir": ".tmp",
10
"removeComments": false,
11
- "target": "ES5"
+ "target": "ES5",
12
+ "skipLibCheck": true
13
},
14
"exclude": [
15
"node_modules"
0 commit comments