Port to node.js

This commit is contained in:
2026-07-30 00:45:46 +02:00
parent 988025bfac
commit 1249781204
22 changed files with 1461 additions and 1768 deletions

View File

@@ -1,8 +1,13 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"module": "ES2022",
"moduleResolution": "bundler",
"types": ["react", "react-dom"],
"baseUrl": ".",
"verbatimModuleSyntax": false,
"paths": {
"@/*": ["./src/*"],
"common": ["../common/src/index.ts"],