Files
ai_dify_plat_ui/packages/hooks/tsconfig.json
cjh 988d77d16f
Some checks failed
Build and Deploy / build-and-deploy (push) Has been cancelled
initial commit
2026-06-01 16:24:47 +08:00

21 lines
498 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"jsx": "preserve",
"lib": ["DOM", "ESNext"],
"baseUrl": ".",
"module": "ESNext",
"moduleResolution": "node",
"resolveJsonModule": true,
"types": ["node"],
"strict": true,
"strictNullChecks": true,
"noUnusedLocals": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}