Files
DefinitelyTyped/types/react-cartographer/tsconfig.json
Tre`Von McKay cd03f1cc14 Adding type definition for 'react-cartographer' package (#22078)
* Adding type definition for react-cartographer npm package

* Changing strictNullChecks to true

* Fixing failures from lint check

* Code cleanup
2018-01-02 12:04:26 -08:00

26 lines
577 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react"
},
"files": [
"index.d.ts",
"lib/components/Map.d.ts",
"react-cartographer-tests.tsx"
]
}