Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit f9ed218

Browse files
committed
Extend existing tsconfig.
Avoid duplication, don't force TS lib selection.
1 parent b9d6a3f commit f9ed218

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

Diff for: tsconfig.aot.json.template

+2-16
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
{
2+
"extend": "./tsconfig",
23
"compilerOptions": {
3-
"target": "es5",
4-
"module": "es2015",
5-
"moduleResolution": "node",
6-
"sourceMap": true,
7-
"emitDecoratorMetadata": true,
8-
"experimentalDecorators": true,
9-
"removeComments": false,
10-
"noImplicitAny": false,
11-
"suppressImplicitAnyIndexErrors": true,
12-
"types": [],
134
"baseUrl": ".",
145
"paths": {
156
"ui/*": ["node_modules/tns-core-modules/ui/*"],
@@ -35,13 +26,8 @@
3526
"image-asset": ["node_modules/tns-core-modules/image-asset"],
3627
"connectivity": ["node_modules/tns-core-modules/connectivity"],
3728
"globals": ["node_modules/tns-core-modules/globals"]
38-
3929
}
40-
},
41-
"exclude": [
42-
"node_modules",
43-
"platforms"
44-
],
30+
},
4531
"angularCompilerOptions": {
4632
"skipMetadataEmit": true,
4733
"genDir": "./"

0 commit comments

Comments
 (0)