mirror of
https://github.com/teableio/teable.git
synced 2026-02-19 17:19:50 +08:00
6 lines
145 B
JSON
6 lines
145 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "./tsconfig.json",
|
|
"exclude": ["dist", "**/__tests__/*", "**/*spec.ts"]
|
|
}
|