coze-studio/frontend/config/ts-config/tsconfig.web.json

11 lines
244 B
JSON

{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "./tsconfig.base.json",
"files": ["./global.d.ts"],
"compilerOptions": {
"declaration": true,
"jsx": "preserve",
"lib": ["dom", "dom.iterable", "esnext"]
}
}