DefinitelyTyped/types/util.promisify/tsconfig.json

26 lines
561 B
JSON

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