mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-26 22:26:30 +08:00
15 lines
312 B
JSON
15 lines
312 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"noEmit": false,
|
|
"sourceMap": true,
|
|
"baseUrl": ".",
|
|
"esModuleInterop": true,
|
|
"downlevelIteration": true,
|
|
},
|
|
"include": ["./**/*"],
|
|
}
|