CoolFace
Apppublic

HarshvardhanCn01/Voice-Assistant

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
tsconfig.json8 linesDownload Raw Back to protobufjs
1{2    "compilerOptions": {3        "target": "ES5",4        "experimentalDecorators": true,5        "emitDecoratorMetadata": true,6        "esModuleInterop": true,7    }8}