mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-05 13:14:30 +00:00
* feat(ReactDynamicNumber): added definitions for RDN * feat(ReactDynamicNumber): fix validation and linter * feat(ReactDynamicNumber): PR remarks corrected
18 lines
467 B
JSON
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"]
|
|
}
|