TypeScript/tests/cases/user/octokit-rest/tsconfig.json
2018-04-06 16:16:34 -07:00

7 lines
126 B
JSON

{
"compilerOptions": {
"strict": true,
"lib": ["esnext", "dom"],
"types": ["node"]
}
}