mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-11 14:08:55 +08:00
10 lines
211 B
JSON
10 lines
211 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["assets", "build-config", "affine__env"],
|
|
"lib": ["ESNext", "DOM", "DOM.Iterable"],
|
|
"jsx": "react-jsx",
|
|
"composite": true
|
|
}
|
|
}
|