dockge/tsconfig.json
Louis Lam 37f261480a WIP
2023-12-21 20:47:47 +08:00

14 lines
253 B
JSON

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