express01/tsconfig.json

12 lines
262 B
JSON
Raw Normal View History

2025-09-01 13:38:32 +00:00
{
"compilerOptions": {
"sourceMap": true,
"outDir": "dist",
"strict": false,
"lib": ["ESNext"],
"esModuleInterop": true,
"module":"ESNext",
"moduleResolution": "Node",
"target": "ESNext"
}
}