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

Commit 93c7506

Browse files
authored
Merge pull request #78 from NativeScript/hdeshev/extend-existing-tsconfig
Extend existing tsconfig
2 parents b9d6a3f + 347e8ca commit 93c7506

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-dev-webpack",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"main": "index",
55
"description": "",
66
"homepage": "http://www.telerik.com",

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)