DefinitelyTyped/types/slack-mock/tsconfig.json
Kris Kalavantavanich 096acdd72f [slack-mock] New typings for slack-mock (#27440)
* Add types for slack-mock

* Add library specific types

* Fix lint

* Reorganize imports
2018-07-30 11:24:58 -07:00

23 lines
490 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",
"slack-mock-tests.ts"
]
}