mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 20:28:58 +00:00
7 lines
115 B
JSON
7 lines
115 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "Preserve",
|
|
"moduleResolution": "Bundler",
|
|
"target": "ESNext"
|
|
}
|
|
}
|