Gets the name of a number, even if it's stupidly big. Supersedes TheoryOfNekomata/number-name.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
467 B

  1. {
  2. "compilerOptions": {
  3. "target": "ESNext",
  4. "lib": ["DOM", "DOM.Iterable", "ESNext"],
  5. "allowJs": false,
  6. "skipLibCheck": false,
  7. "esModuleInterop": false,
  8. "allowSyntheticDefaultImports": true,
  9. "strict": true,
  10. "forceConsistentCasingInFileNames": true,
  11. "module": "ESNext",
  12. "moduleResolution": "Node",
  13. "resolveJsonModule": true,
  14. "isolatedModules": true,
  15. "noEmit": true,
  16. "jsx": "react"
  17. },
  18. "include": ["./src"]
  19. }