mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-25 22:04:30 +03:00
1ea445ab15
Co-authored-by: himself65 <himself65@outlook.com> Co-authored-by: Peng Xiao <pengxiao@outlook.com>
17 lines
386 B
JSON
17 lines
386 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"jsx": "react-jsx",
|
|
"moduleResolution": "Node",
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"noEmit": false,
|
|
"outDir": "lib/.storybook"
|
|
},
|
|
"include": [".storybook/**/*"],
|
|
"exclude": ["lib"],
|
|
"references": [{ "path": "../i18n" }]
|
|
}
|