dockge/tsconfig.json

14 lines
253 B
JSON
Raw Normal View History

2023-11-11 15:18:37 +01:00
{
"compilerOptions": {
"module": "ESNext",
"target": "ESNext",
"strict": true,
"moduleResolution": "bundler",
"skipLibCheck": true
},
"include": [
2023-12-25 21:12:44 +01:00
"backend/**/*",
"common/**/*"
]
2023-11-11 15:18:37 +01:00
}