Files
DefinitelyTyped/types/promise-fs/tsconfig.json
Daniel Cassidy 13e6949a02 promise-fs: Add type definitions. (#39677)
* promise-fs: Add type definitions.

* promise-fs: Simplify re-export.
2019-11-01 11:27:43 -07:00

24 lines
491 B
JSON

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