dockge/tsconfig.json
2023-11-22 00:28:52 +08:00

13 lines
230 B
JSON

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