AFFiNE/packages/frontend/admin/tsconfig.json

18 lines
360 B
JSON
Raw Normal View History

2024-06-18 09:01:13 +03:00
{
"extends": "../../../tsconfig.json",
"include": ["./src"],
"compilerOptions": {
"outDir": "./dist",
"allowJs": true,
"composite": true,
"verbatimModuleSyntax": false,
"jsx": "react-jsx"
},
"references": [
{ "path": "../core" },
{ "path": "../graphql" },
{ "path": "../../common/infra" }
],
2024-06-18 09:01:13 +03:00
"exclude": ["dist"]
}