qwen-code/packages/cli/assets/export-html/tsconfig.json
mingholy.lmh 86a43618a7 refactor(export): built-in package for assets export
1. use built-in assets package to support html export
2. improve markdown export
2026-02-05 16:47:36 +08:00

15 lines
331 B
JSON

{
"compilerOptions": {
"strict": true,
"jsx": "react-jsx",
"target": "es2018",
"module": "esnext",
"moduleResolution": "bundler",
"lib": ["ES2021", "DOM", "DOM.Iterable"],
"isolatedModules": true,
"skipLibCheck": true,
"noEmit": true,
"resolveJsonModule": true
},
"include": ["src"]
}