oxc/napi/parser/tsconfig.json

7 lines
115 B
JSON

{
"compilerOptions": {
"module": "Preserve",
"moduleResolution": "Bundler",
"target": "ESNext"
}
}