Skip to content
Snippets Groups Projects
tsconfig.app.json 273 B
Newer Older
  • Learn to ignore specific revisions
  • {
      "extends": "./tsconfig.json",
      "compilerOptions": {
        "outDir": "./out-tsc/app",
        "types": []
      },
    
        "src/main.ts",
        "src/polyfills.ts"
    
      "exclude": [
        "src/test.ts",