mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-11 19:32:43 +00:00
* Allow undefined bind parameters * Upgrading oracledbto 4.1 * Update version number * Fix tsconfig typo * Initial pass. Needs linting * Fix lint errors for swagger-stats * Remove express from package.json
50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictFunctionTypes": true,
|
|
"strictNullChecks": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"paths": {
|
|
"@hapi/hapi": [
|
|
"hapi__hapi"
|
|
],
|
|
"@hapi/boom": [
|
|
"hapi__boom"
|
|
],
|
|
"@hapi/shot": [
|
|
"hapi__shot"
|
|
],
|
|
"@hapi/mimos": [
|
|
"hapi__mimos"
|
|
],
|
|
"@hapi/iron": [
|
|
"hapi__iron"
|
|
],
|
|
"@hapi/joi": [
|
|
"hapi__joi"
|
|
],
|
|
"@hapi/podium": [
|
|
"hapi__podium"
|
|
],
|
|
"@hapi/catbox": [
|
|
"hapi__catbox"
|
|
]
|
|
},
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"swagger-stats-tests.ts"
|
|
]
|
|
}
|