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