mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 12:41:41 +03:00
14 lines
310 B
JSON
14 lines
310 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"include": ["./src"],
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"allowJs": true,
|
|
"composite": true,
|
|
"verbatimModuleSyntax": false,
|
|
"jsx": "react-jsx"
|
|
},
|
|
"references": [{ "path": "../core" }, { "path": "../graphql" }],
|
|
"exclude": ["dist"]
|
|
}
|