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