dockge/tsconfig.json

9 lines
153 B
JSON
Raw Normal View History

2023-10-23 11:30:58 +00:00
{
"compilerOptions": {
"module": "ESNext",
"target": "ESNext",
"strict": true,
"moduleResolution": "bundler"
}
}