mirror of
https://github.com/oxc-project/oxc.git
synced 2026-09-14 19:36:11 +08:00
85d0f4dd1f
Adds the `oxc-transform-react` N-API binding and its public CI and publish workflows. AI-assisted.
12 lines
207 B
JSON
12 lines
207 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["ESNext"],
|
|
"module": "Preserve",
|
|
"moduleResolution": "Bundler",
|
|
"noEmit": true,
|
|
"target": "ESNext",
|
|
"types": ["node"],
|
|
"skipLibCheck": true
|
|
}
|
|
}
|