mirror of
https://github.com/louislam/dockge.git
synced 2024-11-07 17:05:42 +01:00
14 lines
253 B
JSON
14 lines
253 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"target": "ESNext",
|
|
"strict": true,
|
|
"moduleResolution": "bundler",
|
|
"skipLibCheck": true
|
|
},
|
|
"include": [
|
|
"backend/**/*",
|
|
"common/**/*"
|
|
]
|
|
}
|