x/phonenumber/webpack/tsconfig.json
12345678910111213141516{ "compilerOptions": { "declaration": true, "lib": [ "ES2019", "dom" ], "moduleResolution": "node", "noEmit": true, "pretty": true, "sourceMap": true, "target": "ES2015", "allowSyntheticDefaultImports": true }, "include": [ "src" ]}