tldraw/packages/file-format/tsconfig.json

18 lines
377 B
JSON
Raw Normal View History

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" },
{ "path": "../validate" },
{ "path": "../primitives" },
2023-04-25 11:01:25 +00:00
{ "path": "../utils" },
{ "path": "../ui" }
]
}