mirror of
https://github.com/teableio/teable
synced 2024-11-22 07:13:32 +00:00
fd6f6caf3d
* fix: aggregation function * fix: record sort * chore: upgrade dependencies * docs: update readme.md * fix: init bootstrap provider unit error --------- Co-authored-by: pengap <penganpingprivte@gmail.com>
21 lines
381 B
JSON
21 lines
381 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"allowJs": true
|
|
},
|
|
"exclude": ["node_modules", "**/.*/*", "dist"],
|
|
"include": [
|
|
".eslintrc.*",
|
|
"**/*.ts",
|
|
"**/*.tsx",
|
|
"**/*.mts",
|
|
"**/*.js",
|
|
"**/*.cjs",
|
|
"**/*.mjs",
|
|
"**/*.jsx",
|
|
"**/*.json"
|
|
]
|
|
}
|