Make it into library

This commit is contained in:
Yura Dupyn 2026-04-06 16:05:09 +02:00
parent aa7ce6e064
commit beab541907
5 changed files with 732 additions and 0 deletions

12
tsconfig.json Normal file
View file

@ -0,0 +1,12 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"skipLibCheck": true,
"noEmit": true,
"isolatedModules": true
},
"include": ["src"]
}