Restructure project to atomize structure

This commit is contained in:
2025-09-02 14:55:46 +02:00
parent ff21a9feda
commit a281b9a7ff
103 changed files with 1046 additions and 631 deletions

View File

@@ -5,6 +5,8 @@
"package.json"
],
"compilerOptions": {
"strict": true,
"jsx": "preserve",
"composite": true,
"target": "esnext",
"module": "commonjs",