AFFiNE/tsconfig.web.json
2025-01-08 04:07:56 +00:00

10 lines
216 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"types": ["build-config", "affine__env", "webpack-env"],
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"jsx": "react-jsx",
"composite": true
}
}