mirror of
https://github.com/teableio/teable
synced 2024-11-21 23:04:16 +00:00
013f2a7a72
* fix: docker start * ci: update cmd * chore: yarn.lock --------- Co-authored-by: pengap <penganpingprivte@gmail.com>
19 lines
468 B
JSON
19 lines
468 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"useUnknownInCatchVariables": true,
|
|
"allowJs": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noEmit": true,
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"incremental": true,
|
|
"newLine": "lf"
|
|
},
|
|
"exclude": ["**/node_modules", "**/.*/"]
|
|
}
|