dockge/tsconfig.json
2023-11-11 22:18:37 +08:00

9 lines
153 B
JSON

{
"compilerOptions": {
"module": "ESNext",
"target": "ESNext",
"strict": true,
"moduleResolution": "bundler"
}
}