mirror of
https://github.com/vercel/chat.git
synced 2026-09-14 18:32:29 +08:00
19 lines
404 B
JSON
19 lines
404 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"sourceMap": true,
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"verbatimModuleSyntax": true,
|
|
"lib": ["ES2022"],
|
|
"types": ["node"]
|
|
}
|
|
}
|