UNPKG

numfmt

Version:

Full Excel style number formatting

29 lines (28 loc) 654 B
{ "include": [ "lib/**/*", "test/**/*", "eslint.config.js" ], "types": [ "node" ], "compilerOptions": { "rootDir": ".", "target": "ES2022", "module": "NodeNext", "moduleResolution": "NodeNext", "allowSyntheticDefaultImports": true, "allowImportingTsExtensions": true, "forceConsistentCasingInFileNames": true, "verbatimModuleSyntax": true, "erasableSyntaxOnly": true, "allowJs": true, "checkJs": true, "stripInternal": true, "noEmit": true, "noEmitOnError": true, "noErrorTruncation": true, "outDir": "types", "declarationMap": false, "skipLibCheck": true } }