blob: 07873ec579fe61658fb95dec4470d55d4b179840 [file] [log] [blame]
{
"extends": "./tsconfig.base.json",
"include": ["./test"],
"compilerOptions": {
"composite": false,
"emitDeclarationOnly": false,
"noEmit": true
},
"references": [
{
"path": "./packages/dom/tsconfig.json"
},
{
"path": "./packages/selector/tsconfig.json"
}
]
}