Files
esengine/thirdparty/rapier.js/rapier-compat/tsconfig.pkg2d.json
2025-12-03 16:24:08 +08:00

9 lines
167 B
JSON

{
"extends": "./tsconfig.common.json",
"compilerOptions": {
"rootDir": "./gen2d",
"outDir": "./2d"
},
"files": ["./gen2d/rapier.ts"]
}