mirror of
https://github.com/krahets/hello-algo.git
synced 2026-06-30 09:34:25 +00:00
17 lines
337 B
JSON
17 lines
337 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"module": "esnext",
|
|
"strict": true,
|
|
"importHelpers": true,
|
|
"noEmit": false,
|
|
"sourceMap": true,
|
|
"baseUrl": ".",
|
|
"esModuleInterop": true,
|
|
"downlevelIteration": true,
|
|
},
|
|
"include": ["./**/*"],
|
|
}
|