CoolFace
Apppublic

strong-tie/inbound-calls

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
tsconfig.json14 linesDownload Raw Back to pino-std-serializers
1{2  "compilerOptions": {3    "target": "es6",4    "lib": [ "es2022" ],5    "module": "commonjs",6    "noEmit": true,7    "strict": true8  },9  "include": [10    "./test/types/*.test-d.ts",11    "./index.d.ts"12  ]13}14