{
"extends": "../tsconfig.json",
"compilerOptions": {
"incremental": true,
"lib": ["es5", "es6", "es2017", "dom"],
"outDir": "dist",
"rootDirs": ["./src"],
"sourceMap": true
},
"references": [
{ "path": "../backend" },
{ "path": "../frontend" },
{ "path": "../util" }
],
"exclude": ["dist", "node_modules"]
}