hello-algo/codes/typescript/tsconfig.json
2023-02-02 03:08:43 +08:00

8 lines
No EOL
140 B
JSON

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