Files
DefinitelyTyped/koa-pug/tsconfig.json
Xavier Stouder 67a9bd38ae Create koa-pug definitions (#13220)
* Create koa-pug definitions

* Fix CI

* Fix CI

* Fix CI

* Fix CI

* Fix CI

* Fix CI

* Fix CI

* Fix CI

* Fix CI
2016-12-10 09:35:46 -08:00

20 lines
398 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"koa-pug-tests.ts"
]
}