mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-27 00:46:29 +08:00
8 lines
140 B
JSON
8 lines
140 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ES6",
|
||
|
"module": "CommonJS",
|
||
|
"outDir": "out",
|
||
|
"sourceMap": true
|
||
|
}
|
||
|
}
|