DefinitelyTyped/types/mongoose-delete/tsconfig.json
Mochamad Arifin 2d1d15f734 [mongoose-delete] New definition (#37455)
* Add definitionAdded static falsy, truthy, empty, notEmpty

* Fix semicolon

* Remove duplicate test

* Initial

* Igonre implicit any

* Ignore overload

* Fix

* Fix dangling?

* no unified-signatures

* Fix import export

* Fix tsconfig

* Fix // TypeScript Version: 3.2

* Fix global with Declaration Merged

* Fix remove rules in tslint

* Fix implicit any
2019-08-12 09:44:36 -07:00

24 lines
496 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",
"mongoose-delete-tests.ts"
]
}