hello-algo/codes/typescript/tsconfig.json
2023-04-17 21:58:11 +08:00

8 lines
141 B
JSON

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