Tldraw/packages/file-format/tsconfig.json

18 wiersze
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" }
]
}