express01/tsconfig.json

12 lines
262 B
JSON

{
"compilerOptions": {
"sourceMap": true,
"outDir": "dist",
"strict": false,
"lib": ["ESNext"],
"esModuleInterop": true,
"module":"ESNext",
"moduleResolution": "Node",
"target": "ESNext"
}
}