DefinitelyTyped/types/koa-joi-router-docs/tsconfig.json
Anton Boksha dc2705ce1b Add types for koa-joi-router-docs (#39221)
* init types for koa-joi-router-docs

* clean up package.json, mark as private

* rm package.json, fix test issues
2019-11-04 09:47:24 -08:00

24 lines
500 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"koa-joi-router-docs-tests.ts"
]
}