1{ 2 "extends": "../../tsconfig.json", 3 "compilerOptions": { 4 "rootDir": "lib", 5 "outDir": "dist" 6 }, 7 "include": ["**/*.ts"], 8 "exclude": ["**/*.test.ts", "dist"], 9 "references": [{ "path": "../parse5/tsconfig.json" }, { "path": "../parse5-sax-parser/tsconfig.json" }] 10} 11