AFFiNE/packages/frontend/admin/tsconfig.json

14 lines
310 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" }],
"exclude": ["dist"]
}