ProjectMark-Rodrigo/tsconfig.json
Rodrigo Pinto 74c1ee1b7b Install NodeJS, TypeScript, ExpressJS and ESLint
Install NodeJS, TypeScript, ExpressJS and ESLint with initial
configuration files.

Add initial instructions to README.md
2025-04-01 17:58:14 -03:00

11 lines
204 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"esModuleInterop": true,
"target": "es6",
"moduleResolution": "node",
"sourceMap": true,
"outDir": "dist"
},
"lib": ["es2015"]
}