repository to manage all files related to the makeathon farm bot project (Software + Documentation).
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

tsconfig.app.json 287B

123456789101112131415
  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. "src/polyfills.ts"
  11. ],
  12. "include": [
  13. "src/**/*.d.ts"
  14. ]
  15. }