summaryrefslogtreecommitdiff
path: root/integration-tests/tsconfig.json
blob: 295741e16ff89d09820e7e9176aa1b46b95b9cf1 (plain)
1
2
3
4
5
6
7
8
9
{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "noEmit": true,
    "allowJs": true
  },
  "include": ["**/*.ts"],
  "references": [{ "path": "../packages/core" }]
}