da35e0da27
Move v1 migration code out of editor ### Change Type - [x] `minor` — New Feature
17 lines
379 B
JSON
17 lines
379 B
JSON
{
|
|
"extends": "../../config/tsconfig.base.json",
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "dist", ".tsbuild*"],
|
|
"compilerOptions": {
|
|
"outDir": "./.tsbuild",
|
|
"rootDir": "src"
|
|
},
|
|
"references": [
|
|
{ "path": "../editor" },
|
|
{ "path": "../tlstore" },
|
|
{ "path": "../tlvalidate" },
|
|
{ "path": "../primitives" },
|
|
{ "path": "../utils" },
|
|
{ "path": "../ui" }
|
|
]
|
|
}
|