5cb08711c1
It tried to get out but we're dragging it back in. This PR brings [signia](https://github.com/tldraw/signia) back into tldraw as @tldraw/state. ### Change Type - [x] major --------- Co-authored-by: David Sheldrick <d.j.sheldrick@gmail.com>
22 lines
553 B
JSON
22 lines
553 B
JSON
{
|
|
"extends": "../../config/tsconfig.base.json",
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "dist", "**/*.css", ".tsbuild*"],
|
|
"compilerOptions": {
|
|
"outDir": "./.tsbuild",
|
|
"rootDir": "src",
|
|
// TODO: enable these two options
|
|
"noImplicitOverride": false,
|
|
"noImplicitReturns": false,
|
|
"types": ["node", "@types/jest"]
|
|
},
|
|
"references": [
|
|
{ "path": "../primitives" },
|
|
{ "path": "../tlschema" },
|
|
{ "path": "../store" },
|
|
{ "path": "../validate" },
|
|
{ "path": "../utils" },
|
|
{ "path": "../indices" },
|
|
{ "path": "../state" }
|
|
]
|
|
}
|