dockge/tsconfig.json

9 lines
153 B
JSON
Raw Normal View History

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