Files
esengine/thirdparty/rapier.js/rapier-compat/tsconfig.json

11 lines
235 B
JSON
Raw Normal View History

2025-12-03 16:24:08 +08:00
{
"extends": "./tsconfig.common.json",
"compilerOptions": {
"lib": ["es6", "DOM"],
"esModuleInterop": true,
"types": ["jest"],
"outDir": "./dist"
},
"include": ["./tests/**/*.test.ts"]
}