hello-algo/codes/typescript/tsconfig.json

9 lines
141 B
JSON

{
"compilerOptions": {
"target": "ES6",
"module": "CommonJS",
"outDir": "out",
"sourceMap": true
}
}