Skip to content

Commit 8e7040c

Browse files
committed
chore(ts): don't show errors for libs
1 parent e0d65f6 commit 8e7040c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/app/tsconfig(ts).json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"module": "es6",
99
"outDir": ".tmp",
1010
"removeComments": false,
11-
"target": "ES5"
11+
"target": "ES5",
12+
"skipLibCheck": true
1213
},
1314
"exclude": [
1415
"node_modules"

0 commit comments

Comments
 (0)