CoolFace
Apppublic

MigsAdventure/openai-proxy

sourceHugging Faceupdated 3y agoView on Hugging Face
3likes
tsconfig.json17 linesDownload Raw Back to root
1{2  "compilerOptions": {3    "strict": true,4    "target": "ES2020",5    "module": "CommonJS",6    "moduleResolution": "node",7    "esModuleInterop": true,8    "forceConsistentCasingInFileNames": true,9    "skipLibCheck": true,10    "skipDefaultLibCheck": true,11    "outDir": "build"12  },13  "include": ["src"],14  "exclude": ["node_modules"],15  "files": ["src/types/custom.d.ts"]16}17