mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-30 02:23:56 +03:00
12 lines
238 B
JSON
12 lines
238 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"module": "ESNext",
|
||
|
"jsx": "react-jsx",
|
||
|
"moduleResolution": "Node",
|
||
|
"esModuleInterop": true,
|
||
|
"allowSyntheticDefaultImports": true
|
||
|
},
|
||
|
"include": [".storybook/**/*"]
|
||
|
}
|