teableio_teable/packages/formula/tsconfig.build.json
2026-02-11 12:28:13 +08:00

6 lines
145 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./tsconfig.json",
"exclude": ["dist", "**/__tests__/*", "**/*spec.ts"]
}