Initial commit

This commit is contained in:
Андрей 2026-03-07 08:16:29 +00:00
commit 8e1f2c6b8b
25 changed files with 2946 additions and 0 deletions

8
tsconfig.dev.json Normal file
View file

@ -0,0 +1,8 @@
{
"compilerOptions": {
"rootDir": "./lib/src",
"outDir": "./playground/lib",
},
"extends": ["./tsconfig.json"],
"exclude": ["./node_modules/*", "./lib/**/*.test.ts"]
}