dockge/tsconfig.json

13 lines
231 B
JSON
Raw 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
}