Files
Mujoco_WASM/wasm/tsconfig.json
T
Michael Moss f28e727a57 Ignore new tsc deprecation warning from emscripten.
PiperOrigin-RevId: 889322248
Change-Id: I70be60506a8ecbc0dde0f64f5a31c075a804706e
2026-03-25 10:38:57 -07:00

13 lines
247 B
JSON

{
"compilerOptions": {
"module": "ESNext",
"target": "ES2020",
"moduleResolution": "node",
"esModuleInterop": true,
"strict": true,
"types": ["jasmine"],
"ignoreDeprecations": "6.0"
},
"include": ["tests/**/*"]
}