Prepare repo for publish

This commit is contained in:
Cooldude2606
2024-12-24 20:50:48 +00:00
parent 65cadc4040
commit 974b28c3b0
15 changed files with 100 additions and 47 deletions

View File

@@ -1,8 +1,4 @@
{
"extends": "../../../tsconfig.browser.json",
"references": [
{ "path": "../../../packages/lib/tsconfig.browser.json" },
{ "path": "../../../packages/web_ui/tsconfig.browser.json" },
],
"extends": "../tsconfig.browser.json",
"include": [ "web/**/*.tsx", "web/**/*.ts", "messages.ts", "package.json" ],
}