hello-algo/codes/typescript/tsconfig.json

8 lines
140 B
JSON
Raw Normal View History

2023-02-02 03:08:43 +08:00
{
"compilerOptions": {
"target": "ES6",
"module": "CommonJS",
"outDir": "out",
"sourceMap": true
}
}