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

Skip to content
Snippets Groups Projects
tsconfig.e2e.json 136 B
{
  "extends": "./tsconfig.json",
  "include": ["./src/test/javascript/**/*.ts"],
  "compilerOptions": {
    "module": "commonjs"
  }
}