CoolFace
Apppublic

uhhlt/CompUGE-Bench

sourceHugging Facemitupdated 2y agoView on Hugging Face
2likes
tsconfig.app.json15 linesDownload Raw Back to root
1/* To learn more about this file see: https://angular.io/config/tsconfig. */2{3  "extends": "./tsconfig.json",4  "compilerOptions": {5    "outDir": "./out-tsc/app",6    "types": []7  },8  "files": [9    "src/main.ts"10  ],11  "include": [12    "src/**/*.d.ts"13  ]14}15