DefinitelyTyped/types/dir-walker-gen/tsconfig.json
Shavkat Aynurin 48fd0bd15a Added type definitions for dir-walker-gen (#35824)
* Added type definitions for dir-walker-gen

* Regenerated type defintions for dir-walker-gen using dts-gen

* Fixed lint errors for dir-walker-gen
2019-05-30 12:03:53 -07:00

24 lines
495 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",
"dir-walker-gen-tests.ts"
]
}