fixed tsconfig.json

This commit is contained in:
morrisjdev
2017-02-19 22:19:41 +01:00
parent 0b19c9cf59
commit 36a25dcc74
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import * as linq from "linq4js";
import "linq4js";
let array: Array<string> = ["test", "test2", "test3", "test4", "test5"];
+3
View File
@@ -16,6 +16,9 @@
"../"
],
"types": [],
"lib":[
"es6"
],
"noEmit": true,
"forceConsistentCasingInFileNames": true
}