react-number-format
Version:
React component to format number in an input or as a text.
17 lines (16 loc) • 398 B
JSON
{
"compilerOptions": {
"baseUrl": "../src",
"typeRoots": ["./"],
"module": "commonjs",
"lib": ["es6", "dom"],
"jsx": "react",
"strictNullChecks": true,
"strictFunctionTypes": true,
"noImplicitAny": true,
"noImplicitThis": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true
},
"files": ["number_format.d.ts", "number_format.spec.tsx"]
}