mirror of
https://github.com/langgenius/dify.git
synced 2026-04-17 11:26:43 +08:00
20 lines
394 B
JSON
20 lines
394 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"target": "es2022",
|
|
"allowJs": true,
|
|
"resolveJsonModule": true,
|
|
"moduleDetection": "force",
|
|
"isolatedModules": true,
|
|
"verbatimModuleSyntax": true,
|
|
|
|
"strict": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"noImplicitOverride": true,
|
|
|
|
"module": "preserve",
|
|
"noEmit": true
|
|
}
|
|
}
|