Files
assistant-ui--assistant-ui/api-surface/tsconfig.json
T
Simon Farshid cbb561499f chore: add API surface snapshots (#4588)
Co-authored-by: gujishh <baiaoshh@163.com>
2026-06-24 17:01:16 -07:00

19 lines
432 B
JSON

{
"compilerOptions": {
"allowJs": false,
"exactOptionalPropertyTypes": false,
"jsx": "react-jsx",
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"module": "Preserve",
"moduleDetection": "force",
"moduleResolution": "Bundler",
"noEmit": true,
"noErrorTruncation": true,
"skipLibCheck": true,
"strict": true,
"target": "ES2022",
"types": ["node", "react"]
},
"include": ["*.ts"]
}