dockge/tsconfig.json

9 lines
153 B
JSON
Raw Normal View History

2023-11-11 15:18:37 +01:00
{
"compilerOptions": {
"module": "ESNext",
"target": "ESNext",
"strict": true,
"moduleResolution": "bundler"
}
}