validator-pk
Version:
A lightweight library for validating and formatting Pakistani phone numbers and CNIC.
18 lines (17 loc) • 353 B
JSON
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../../out-tsc/app",
"types": [],
"paths": {
"validatorPK": ["dist/validator-pk"]
}
},
"files": [
"src/main.ts"
],
"include": [
"src/**/*.d.ts"
]
}