DefinitelyTyped/types/lambda-phi/tsconfig.json
elitechance 1f6037a629 This is a new definition for lambda-phi npm package (#18485)
* Initial import for lambda-phi typings

* Fix test and index.d.ts after running npm run lint lambda-phi
2017-08-01 11:36:43 -07:00

24 lines
495 B
JSON

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