mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
fixed tsconfig.json
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import * as linq from "linq4js";
|
||||
import "linq4js";
|
||||
|
||||
let array: Array<string> = ["test", "test2", "test3", "test4", "test5"];
|
||||
|
||||
|
||||
@@ -16,6 +16,9 @@
|
||||
"../"
|
||||
],
|
||||
"types": [],
|
||||
"lib":[
|
||||
"es6"
|
||||
],
|
||||
"noEmit": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user