Add npm workspace structure

This commit is contained in:
2026-07-20 17:04:24 +02:00
parent c19fde4126
commit 44dbe212a9
5 changed files with 502 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"compilerOptions": {
"target": "ES2020",
"module": "CommonJS",
"declaration": true,
"declarationMap": true,
"outDir": "dist",
"rootDir": "src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["src"]
}