mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Cleanup Lint Error: ban-types * Cleanup lint error: unified-signatures(exclude Promise.props()) * Cleanup lint error: array-type * Setting max-line-length not to exceed current length * Cleanup lint error: one-line * Cleanup lint error: lintstrict-export-declare-modifiers * [request] toJSON() return Object => object
24 lines
488 B
JSON
24 lines
488 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",
|
|
"request-tests.ts"
|
|
]
|
|
}
|