blob: fd0b06771fb4de05f5b35d16388d5a9f048d85a5 [file] [log] [blame]
{
"extends": "../../tsconfig.base.json",
"include": ["src"],
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"references": [
{ "path": "../dom" },
{ "path": "../selector" },
]
}