tambahannya

This commit is contained in:
bipproduction
2025-11-17 13:48:42 +08:00
parent 93e5392d5d
commit ac3b983032
16 changed files with 3438 additions and 1 deletions

16
tsconfig.json Normal file
View File

@@ -0,0 +1,16 @@
{
"compilerOptions": {
"lib": ["es2021", "dom"],
"module": "commonjs",
"target": "es2017",
"outDir": "dist",
"rootDir": "src",
"strict": true,
"esModuleInterop": true,
"resolveJsonModule": true
},
"include": ["src/**/*.ts", "src/nodes/**/*.svg"]
}