Skip to content

Commit f62b7e3

Browse files
committed
Fix grunt-ts build so that it outputs the correct folder structure.
1 parent 610a791 commit f62b7e3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

gruntfile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ module.exports = function(grunt) {
3636
build: {
3737
src: [
3838
'src/**/*.ts',
39-
'node_modules/tns-core-modules/tns-core-modules.d.ts',
4039
],
4140
outDir: outDir,
4241
options: {

src/global.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/// <reference path="../node_modules/tns-core-modules/tns-core-modules.d.ts" />
12
declare var assert: any;
23

34
declare type BrowserNodeGlobal = any;

0 commit comments

Comments
 (0)