Skip to content

Commit 61e298e

Browse files
committed
Add lib and target config
1 parent 4ebf9f6 commit 61e298e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: generators/app/templates/_tsconfig.json

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"declaration": true,
44
"module": "commonjs",
55
"moduleResolution": "node",
6+
"lib": [
7+
"esnext"
8+
],
9+
"target": "es2015",
610
"noImplicitAny": true,
711
"outDir": "./lib",
812
"preserveConstEnums": true,

0 commit comments

Comments
 (0)