mirror of
https://github.com/cudr/slate-collaborative.git
synced 2024-10-27 20:34:06 +00:00
0fd9390a99
Update Slate-Collaboration to be compatible with Slate 0.5x versions.
10 lines
170 B
JSON
10 lines
170 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"include": ["./src/**/*"],
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./lib",
|
|
"composite": true
|
|
}
|
|
}
|