cudr_slate-collaborative/packages/client/tsconfig.json
George 0fd9390a99
feat: update to slate 0.5x (#10)
Update Slate-Collaboration to be compatible with Slate 0.5x versions.
2020-05-10 16:50:12 +03:00

17 lines
321 B
JSON

{
"extends": "../../tsconfig.base.json",
"include": ["./src/**/*"],
"compilerOptions": {
"rootDir": "./src",
"baseUrl": "./src",
"outDir": "./lib",
"composite": true,
"paths": {
"@slate-collaborative/bridge": ["../../bridge"]
}
},
"references": [
{ "path": "../bridge" }
]
}