DefinitelyTyped/types/koa-ejs/tsconfig.json
mattb-prg a7e8fa6b54 Add types for koa-ejs (#37949)
* Add types for koa-ejs

* Make layout optional
2019-08-27 16:33:59 -07:00

23 lines
487 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",
"koa-ejs-tests.ts"
]
}