mirror of
https://github.com/enso-org/enso.git
synced 2024-12-11 13:41:59 +03:00
af050f522b
Added bidirectional synchronization of module edits with language server. All document edits made by any of the Yjs peers are sent to language server to apply to the file. Any local file changes cause reload, which is synchronized back to Yjs by finding a diff.
21 lines
339 B
JSON
21 lines
339 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "./src",
|
|
"esModuleInterop": true
|
|
},
|
|
"include": [
|
|
".",
|
|
"../content",
|
|
"../dashboard",
|
|
"../types",
|
|
"../../utils.ts",
|
|
"../../../../build.json"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../../../gui2/tsconfig.server.json"
|
|
}
|
|
]
|
|
}
|