mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 00:28:33 +00:00
21 lines
541 B
JSON
21 lines
541 B
JSON
{
|
|
"extends": "../../../tsconfig.node.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"verbatimModuleSyntax": false,
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{ "path": "../native" },
|
|
{ "path": "../../../tools/cli" },
|
|
{ "path": "../../../tools/utils" },
|
|
{ "path": "../../common/graphql" }
|
|
]
|
|
}
|