mirror of
https://github.com/louislam/dockge.git
synced 2024-11-22 16:24:01 +01:00
dc8787d204
* Copy workflows, templates and docs from Uptime Kuma * Update bug report template * Add exclude.txt * Fix tsconfig.json * Update CONTRIBUTING.md * Update * Update
13 lines
230 B
JSON
13 lines
230 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"target": "ESNext",
|
|
"strict": true,
|
|
"moduleResolution": "bundler",
|
|
"skipLibCheck": true
|
|
},
|
|
"include": [
|
|
"backend/**/*"
|
|
]
|
|
}
|