Skip to content
Snippets Groups Projects
tsconfig.e2e.json 354 B
Newer Older
francois.grand's avatar
francois.grand committed
{
mathias.chouet's avatar
mathias.chouet committed
  "extends": "../tsconfig.base.json",
francois.grand's avatar
francois.grand committed
  "compilerOptions": {
    "outDir": "../out-tsc/e2e",
    "baseUrl": "./",
    "module": "commonjs",
francois.grand's avatar
francois.grand committed
    "types": [
      "node",
      "@wdio/globals/types",
      "@wdio/jasmine-framework"
  },
  "include": [
    "../src/**/*.ts",
    "**/*.spec.ts",
    "**/*.d.ts"
  ]