mirror of
https://github.com/louislam/dockge.git
synced 2024-11-22 16:24:01 +01:00
53b052c1e5
* Check Typescript * Fix backend typescript issues * Update
13 lines
231 B
JSON
13 lines
231 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"target": "ESNext",
|
|
"strict": true,
|
|
"moduleResolution": "bundler",
|
|
"skipLibCheck": true
|
|
},
|
|
"include": [
|
|
"backend/**/*"
|
|
],
|
|
}
|