10 lines
216 B
JSON
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
|
|
}
|
|
}
|