dockge/tsconfig.json

14 lines
253 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": [
2023-12-25 20:12:44 +00:00
"backend/**/*",
"common/**/*"
]
2023-11-11 14:18:37 +00:00
}