Remove the files entry from the tsconfig.json

This commit is contained in:
Panayot Cankov
2016-06-10 11:44:49 +03:00
parent 4c54bc841e
commit 940174b208
6 changed files with 42 additions and 652 deletions

View File

@@ -1,3 +1,6 @@
// When there are both <file>.d.ts and <file>.ts, The default TypeScript file resolution will ignore the .d.ts
/// <reference path="controls-page.d.ts" />
import definition = require("controls-page");
import pagesModule = require("ui/page");
import stackLayoutModule = require("ui/layouts/stack-layout");