Skip to content

Commit 3ab3a1b

Browse files
Make WebApplicationBasic consistent with other templates
1 parent b797c9c commit 3ab3a1b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

templates/WebApplicationBasic/.babelrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

templates/WebApplicationBasic/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"compilerOptions": {
33
"moduleResolution": "node",
44
"target": "es5",
5-
"sourceMap": true
5+
"sourceMap": true,
6+
"skipDefaultLibCheck": true
67
},
78
"exclude": [
89
"node_modules"

0 commit comments

Comments
 (0)