mirror of
https://github.com/danbulant/oxc
synced 2026-05-20 20:58:48 +00:00
13 lines
267 B
JSON
13 lines
267 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es2021",
|
|
"lib": ["ES2021"],
|
|
"outDir": "dist",
|
|
"rootDir": "client",
|
|
"sourceMap": true,
|
|
"strict": true
|
|
},
|
|
"include": ["./client"],
|
|
"exclude": ["node_modules", ".vscode-test"]
|
|
}
|