mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
10 lines
172 B
JSON
10 lines
172 B
JSON
{
|
|
"compilerOptions": {
|
|
"checkJs": true,
|
|
"module": "node",
|
|
"moduleResolution": "node",
|
|
"lib": ["esnext"],
|
|
"target": "esnext",
|
|
"strict": true
|
|
}
|
|
}
|