mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
18 lines
No EOL
260 B
JSON
18 lines
No EOL
260 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es2020",
|
|
"lib": ["ES2020"],
|
|
"outDir": "dist",
|
|
"rootDir": "client",
|
|
"sourceMap": true,
|
|
"strict": true
|
|
},
|
|
"include": [
|
|
"./client"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
".vscode-test"
|
|
]
|
|
} |