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