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,7 +1,12 @@
{
"extends": "../../tsconfig.browser.json",
"references": [
{ "path": "../../packages/lib/tsconfig.browser.json" },
{ "path": "../../packages/web_ui/tsconfig.browser.json" },
]
"extends": "./tsconfig.base.json",
"compilerOptions": {
"lib": ["dom", "es2023"],
"module": "es2022",
"moduleResolution": "bundler",
"target": "es2022",
"jsx": "react-jsx",
"noEmitOnError": true,
"outDir": "${configDir}/dist/browser",
},
}