[READ-ONLY] Mirror of https://github.com/wojtekmaj/is-valid-utr. Check if a number is a valid Unique Taxpayer Reference (UTR).
0

Configure Feed

Select the types of activity you want to include in your feed.

is-valid-utr / tsconfig.build.json
184 B 10 lines
1{ 2 "extends": "./tsconfig.json", 3 "compilerOptions": { 4 "noEmit": false, 5 "outDir": "dist", 6 "rootDir": "src" 7 }, 8 "include": ["src"], 9 "exclude": ["src/**/*.spec.ts"] 10}