diff options
Diffstat (limited to 'packages/ui/tsconfig.json')
| -rw-r--r-- | packages/ui/tsconfig.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/ui/tsconfig.json b/packages/ui/tsconfig.json new file mode 100644 index 0000000..d32ff68 --- /dev/null +++ b/packages/ui/tsconfig.json @@ -0,0 +1,4 @@ +{ + "files": [], + "references": [{ "path": "./tsconfig.app.json" }, { "path": "./tsconfig.node.json" }] +} |