DefinitelyTyped/swagger-hapi/tsconfig.json
Michael Mrowetz ee095fa47f add swagger-hapi (#13629)
* add swagger-hapi

* swagger-node-runner: fix hapi typings and add more tests
2016-12-30 09:34:55 -08:00

21 lines
435 B
JSON

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