diff options
author | Ashelyn Rose <git@ashen.earth> | 2025-02-13 23:19:45 -0700 |
---|---|---|
committer | Ashelyn Rose <git@ashen.earth> | 2025-02-13 23:19:45 -0700 |
commit | b5d6d25912993b91bc1b3ec52c352431398c36d9 (patch) | |
tree | 4aac11f171e826e95ace3c4d63624a2bbd4c3e91 /ui/tsconfig.json | |
parent | 8a0c92f80a797f40bc06f524d37247273351be8e (diff) |
React with ui -> app IPC
Diffstat (limited to 'ui/tsconfig.json')
-rw-r--r-- | ui/tsconfig.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ui/tsconfig.json b/ui/tsconfig.json new file mode 100644 index 0000000..e891e30 --- /dev/null +++ b/ui/tsconfig.json @@ -0,0 +1,8 @@ +{ + "files": [], + "references": [ + { "path": "./tsconfig.app.json" }, + { "path": "./tsconfig.node.json" } + ] +} + |