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

Skip to content
Snippets Groups Projects
tsconfig.spec.json 251 B
Newer Older
Michael Breu's avatar
Michael Breu committed
{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "outDir": "target/out-tsc/spec",
    "types": ["jest", "node"]
  },
  "files": ["src/main/webapp/polyfills.ts"],
  "include": ["src/main/webapp/**/*.spec.ts", "src/main/webapp/**/*.d.ts"]
}