2023-04-25 11:01:25 +00:00
|
|
|
{
|
|
|
|
"extends": "../../config/tsconfig.base.json",
|
|
|
|
"include": ["src"],
|
|
|
|
"exclude": ["node_modules", "dist", ".tsbuild*"],
|
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "./.tsbuild",
|
|
|
|
"rootDir": "src"
|
|
|
|
},
|
|
|
|
"references": [
|
|
|
|
{ "path": "../editor" },
|
|
|
|
{ "path": "../tlstore" },
|
2023-06-03 08:27:44 +00:00
|
|
|
{ "path": "../validate" },
|
2023-06-02 09:38:13 +00:00
|
|
|
{ "path": "../primitives" },
|
2023-04-25 11:01:25 +00:00
|
|
|
{ "path": "../utils" },
|
|
|
|
{ "path": "../ui" }
|
|
|
|
]
|
|
|
|
}
|