TypeScript/tests/cases/user/literal-no-oom/tsconfig.json
2018-04-06 16:16:34 -07:00

8 lines
121 B
JSON

{
"compilerOptions": {
"target": "es6",
"lib": ["esnext", "dom"],
"types": []
}
}