Skip to content
Snippets Groups Projects
tsconfig.app.json 273 B
Newer Older
Hugo SUBTIL's avatar
Hugo SUBTIL committed
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "outDir": "./out-tsc/app",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
  },
  "files": ["src/main.ts", "src/polyfills.ts"],
  "include": ["src/**/*.d.ts"]
Hugo SUBTIL's avatar
Hugo SUBTIL committed
}