Files
grokking_algorithms/06_breadth-first_search/ts/tsconfig.json
2019-03-28 14:51:05 -07:00

9 lines
123 B
JSON

{
"compilerOptions": {
"lib": [
"dom",
"es2015",
"es2016"
]
}
}