Files
DefinitelyTyped/types/watch/tsconfig.json
Gyusun Yeom 208f0dd6a6 upate types of watch for 1.0 (#15931)
* Update types of watch for 1.0

* Specify type of File & Options.filter

* fix tslint.json - use dtslint/dt.json

* fix lint error
2017-05-04 18:07:52 -07:00

23 lines
450 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"watch-tests.ts"
]
}