DefinitelyTyped/restify-plugins/tsconfig.json
2016-12-28 04:19:47 +02:00

21 lines
438 B
JSON

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