CoolFace
Apppublic

strong-tie/inbound-calls

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
tsconfig.json15 linesDownload Raw Back to pino
1{2  "compilerOptions": {3    "target": "es6",4    "lib": [ "es2015", "dom" ],5    "module": "commonjs",6    "noEmit": true,7    "strict": true,8    "esModuleInterop": true,9  },10  "exclude": [11    "./test/types/*.test-d.ts",12    "./*.d.ts"13  ]14}15