This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
tsconfig.app.json 240 B
{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "outDir": "./target/classes/static/app",
    "types": []
  },
  "files": ["src/main/webapp/main.ts", "src/main/webapp/polyfills.ts"],
  "include": ["src/main/webapp/**/*.d.ts"]
}