mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-06 20:46:50 +08:00
* Cleanup part of lint error "no-unnecessary-generics" * Cleanup lint error: adjacent-overload-signatures * Arguments Array to Iterable(Bluebird not support ArrayLike) * Delete already resolved TODO * [WIP] cleanup lint-errors: void-return * cleanup lint error: no-unnecessary-callback-wrapper * cleanup ignore lint error: no-void-expression * clean self * Enable noImplicitThis * Enable strictFunctionTypes * Fix error dependent on tsc version(tsc version: 20171024) * Cleanup lint error: void-return * Apply https://github.com/DefinitelyTyped/DefinitelyTyped/pull/20945#discussion_r146791411
24 lines
490 B
JSON
24 lines
490 B
JSON
{
|
|
"files": [
|
|
"index.d.ts",
|
|
"bluebird-tests.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": false,
|
|
"strictFunctionTypes": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
}
|
|
}
|