xykj-plus/claude-ecc/dev-assistant/web-sdk/tsconfig.json
2026-06-13 13:48:51 +08:00

18 lines
358 B
JSON

{
"compilerOptions": {
"jsx": "react-jsx",
"rootDir": "src",
"outDir": "dist",
"noEmit": true,
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"declaration": true,
"declarationDir": "dist"
},
"include": ["src/**/*"]
}