{
    "extends": "../../tsconfig.base.json",
    "compilerOptions": {
        "lib": ["DOM"],
        "rootDir": "./src",
        "outDir": "./build"
    },
    "include": ["src/**/*"],
    "references": [{ "path": "../data"}]
}
