mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-02 17:40:02 +00:00
Fix test
This commit is contained in:
@@ -1,22 +1,16 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"lib": [
|
||||
"es6"
|
||||
],
|
||||
"lib": ["es6"],
|
||||
"noImplicitAny": true,
|
||||
"noImplicitThis": true,
|
||||
"strictNullChecks": true,
|
||||
"strictFunctionTypes": true,
|
||||
"baseUrl": "../",
|
||||
"typeRoots": [
|
||||
"../"
|
||||
],
|
||||
"typeRoots": ["../"],
|
||||
"types": [],
|
||||
"noEmit": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
},
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
"stream-mock-tests.ts"
|
||||
]
|
||||
"files": ["index.d.ts", "stream-mock-tests.ts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user