1
0
Fork 0
mirror of https://github.com/louislam/dockge.git synced 2025-04-06 08:22:20 +00:00
dockge/tsconfig.json
2023-12-26 04:12:44 +08:00

13 lines
253 B
JSON

{
"compilerOptions": {
"module": "ESNext",
"target": "ESNext",
"strict": true,
"moduleResolution": "bundler",
"skipLibCheck": true
},
"include": [
"backend/**/*",
"common/**/*"
]
}