Skip to content

Commit f4614e0

Browse files
committed
chore: angular build fix
1 parent 28f8743 commit f4614e0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/angular/module.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/// <reference path="../../references.d.ts" />
2+
13
import { NgModule } from '@angular/core';
24
import { registerElement } from '@nativescript/angular';
35

src/angular/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"@nativescript-community/ui-image": ["../../plugin"]
99
}
1010
},
11-
"include": ["./**/*.ts", "../../references.d.ts"],
11+
"include": ["./**/*.ts", "../references.d.ts", "../../references.d.ts"],
1212
"exclude": ["../node_modules","../../node_modules"]
1313
}

0 commit comments

Comments
 (0)