feat(rapier2d): 新增Rapier2D WASM绑定包

This commit is contained in:
yhh
2025-12-03 16:18:37 +08:00
parent e6fb80d0be
commit b3f7676452
46 changed files with 9888 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src",
"strict": false,
"strictNullChecks": false
},
"include": ["src/**/*", "pkg/*.d.ts"]
}