DefinitelyTyped/types/glob-watcher/tsconfig.json
TeamworkGuy2 2c1cdf68c2 [glob-watcher] Add glob-watcher@5.0.2 definition (#34839)
* [glob-watcher] Add glob-watcher@5.0.3 definition

* [glob-watcher] DefinitelyTyped styled cleanup per armanio123 directions.
2019-04-22 15:52:33 -07:00

23 lines
492 B
JSON

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