Prepare repo for publish

This commit is contained in:
Cooldude2606
2024-12-24 20:50:48 +00:00
parent 65cadc4040
commit 974b28c3b0
15 changed files with 100 additions and 47 deletions

13
tsconfig.base.json Normal file
View File

@@ -0,0 +1,13 @@
{
"compilerOptions": {
"composite": true,
"declaration": true,
"declarationMap": true,
"incremental": true,
"sourceMap": true,
"strict": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"skipLibCheck": true,
},
}