Files
oxc-project__oxc/napi/parser/tsconfig.json
camc314 ee0491e937 fix(apps,napi): explicitly specify libs in tsconfigs (#20071)
Replaces #20064

The `dom` lib was implicitly being injected, this means stuff like `Token` and `Comment` were in the global scope, which was incorrect.

cc @overlookmotel
2026-03-06 14:46:23 +00:00

5 lines
111 B
JSON

{
"files": [],
"references": [{ "path": "./tsconfig.node.json" }, { "path": "./tsconfig.browser.json" }]
}