AFFiNE/packages/frontend/admin/tsconfig.json
2024-06-18 06:01:13 +00:00

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"]
}