• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "extends": "../tsconfig.json",
3    "compilerOptions": {
4        "rootDir": "utils",
5        "outDir": "dist"
6    },
7    "include": ["**/*.ts"],
8    "references": [
9        { "path": "../packages/parse5/tsconfig.json" },
10        { "path": "../packages/parse5-htmlparser2-tree-adapter/tsconfig.json" }
11    ]
12}
13