Files
DefinitelyTyped/types/react-dynamic-number/tsconfig.json
Eugene Rodin b66d7c92ce Added definitions for react-dynamic-number npm package (#23165)
* feat(ReactDynamicNumber): added definitions for RDN

* feat(ReactDynamicNumber): fix validation and linter

* feat(ReactDynamicNumber): PR remarks corrected
2018-01-26 08:59:01 -08:00

18 lines
467 B
JSON

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