UNPKG

taiwan-taxid-validator

Version:

A validator for Taiwan uniform invoice numbers (統一發票號碼驗證器)

15 lines (14 loc) 303 B
{ "compilerOptions": { "target": "ES2017", "module": "ESNext", "declaration": true, "outDir": "./dist", "strict": true, "esModuleInterop": true, "moduleResolution": "node", "skipLibCheck": true }, "include": ["src"], "exclude": ["test", "dist", "node_modules"] }