DefinitelyTyped/slack-node/tsconfig.json
Joshua DeVinney a385e8b4b7 Typings for slack-node (#12195)
* Typings for slack-node

* Turning on strictNullChecks
2016-10-26 13:28:34 +09:00

19 lines
400 B
JSON

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