@jakguru/phone-object
Version:
An immutable data structure representing a specific phone number and accompanying methods. It contains class and instance methods of creating, parsing, validating, and formatting phone numbers. Based on google-libphonenumber, which is in turn based on Goo
18 lines (17 loc) • 369 B
JSON
{
"extends": "adonis-preset-ts/tsconfig.json",
"include": ["**/*"],
"exclude": ["node_modules", "dist", "docs"],
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./",
"sourceMap": true,
"skipLibCheck": true,
"declaration": true,
"declarationMap": true,
"removeComments": false
},
"ts-node": {
"transpileOnly": true
}
}