cudr_slate-collaborative/packages/bridge/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

10 lines
170 B
JSON

{
"extends": "../../tsconfig.base.json",
"include": ["./src/**/*"],
"compilerOptions": {
"rootDir": "./src",
"outDir": "./lib",
"composite": true
}
}