teable/tsconfig.base.json
Pengap 013f2a7a72
fix: docker start (#186)
* fix: docker start

* ci: update cmd

* chore: yarn.lock

---------

Co-authored-by: pengap <penganpingprivte@gmail.com>
2023-10-09 16:42:13 +08:00

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", "**/.*/"]
}