dockge/tsconfig.json

13 lines
230 B
JSON
Raw Permalink Normal View History

2023-11-11 14:18:37 +00:00
{
"compilerOptions": {
"module": "ESNext",
"target": "ESNext",
"strict": true,
"moduleResolution": "bundler",
"skipLibCheck": true
},
"include": [
"backend/**/*"
]
2023-11-11 14:18:37 +00:00
}