Files
lark-card/packages/ui/tsconfig.json
2025-08-25 12:00:06 +08:00

10 lines
206 B
JSON

{
"extends": "../../tsconfig.base",
"include": ["**/*.ts", "**/*.tsx", "../config/src/tamagui.config.ts"],
"compilerOptions": {
"composite": true,
"jsx": "react-jsx"
},
"references": []
}