node-server/tsconfig.json

9 lines
171 B
JSON
Raw Normal View History

2025-09-10 15:11:31 +00:00
{
"compilerOptions": {
"sourceMap": true,
"outDir": "dist",
"strict": false,
"lib":["esnext"],
"esModuleInterop": true,
}
}