Files
myeasycms-v2/packages/features/booking-management/tsconfig.json
2026-03-29 19:44:57 +02:00

7 lines
197 B
JSON

{
"extends": "@kit/tsconfig/base.json",
"compilerOptions": { "tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json" },
"include": ["*.ts", "*.tsx", "src"],
"exclude": ["node_modules"]
}