v1.1.0: Stable!

This commit is contained in:
particle-box
2026-01-13 23:27:32 +05:30
parent dd27ed9450
commit 1bf6335ca2
305 changed files with 13061 additions and 5218 deletions

8
valdi/tsconfig.json Normal file
View File

@@ -0,0 +1,8 @@
{
"compilerOptions": {
"outDir": "build/typescript",
"target": "ES2023",
"typeRoots": ["types/*"]
},
"include": ["./src/main/ts/**/*", "./types/**/*"]
}