Initial commit

This commit is contained in:
evil bocchi
2025-04-06 18:00:58 +08:00
committed by GitHub
commit 269ee8b777
9 changed files with 3241 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"outDir": "out",
"rootDir": "src",
"strict": true,
"lib": [
"ES2015",
"DOM"
],
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}