Skip to content

Commit 65a1692

Browse files
committed
Remove options that exist in tsconfig.json, and add previous options that had not been backported from V1
1 parent dd49137 commit 65a1692

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tsconfig.lib.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@
44
"outDir": "./out-tsc/lib",
55
"target": "es2015",
66
"module": "es2015",
7-
"moduleResolution": "node",
87
"declaration": true,
9-
"sourceMap": true,
108
"inlineSources": true,
11-
"emitDecoratorMetadata": true,
12-
"experimentalDecorators": true,
139
"importHelpers": true,
10+
"noImplicitAny": true,
11+
"noImplicitReturns": true,
12+
"removeComments": true,
1413
"types": [],
1514
"lib": [
1615
"dom",

0 commit comments

Comments
 (0)