We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 610a791 commit f62b7e3Copy full SHA for f62b7e3
gruntfile.js
@@ -36,7 +36,6 @@ module.exports = function(grunt) {
36
build: {
37
src: [
38
'src/**/*.ts',
39
- 'node_modules/tns-core-modules/tns-core-modules.d.ts',
40
],
41
outDir: outDir,
42
options: {
src/global.d.ts
@@ -1,3 +1,4 @@
1
+/// <reference path="../node_modules/tns-core-modules/tns-core-modules.d.ts" />
2
declare var assert: any;
3
4
declare type BrowserNodeGlobal = any;
0 commit comments