Skip to main content
Module

x/phonenumber/tsconfig.json

Google's libphonenumber pre-compiled with the closure compiler
Go to Latest
File
{ "compilerOptions": { "baseUrl": ".", "declaration": true, "lib": [ "es2015", "es2017", "dom" ], "moduleResolution": "node", "outDir": "test/awesome-phonenumber", "pretty": true, "sourceMap": false, "target": "es5", "allowSyntheticDefaultImports": true, "paths": { "awesome-phonenumber": [ "." ] } }, "include": [ "test.in/awesome-phonenumber" ]}