14 lines
316 B
JSON
14 lines
316 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2023",
|
|
"lib": ["es2023", "dom"],
|
|
"module": "commonjs",
|
|
"outDir": "out",
|
|
"rootDir": "client",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"exclude": ["node_modules", ".vscode-test"]
|
|
}
|