DefinitelyTyped/types/falafel/tsconfig.json
delprzemo 7be483f054 Falafel (#33804)
* Add types for falafel package

* Fix code smells for falafel type

* Remove code smells in falafel typing

* Fix code smells for falafel typing

* Fix code smells for falafel typing
2019-03-12 10:51:42 -07:00

24 lines
488 B
JSON

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