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

8 lines
126 B
JSON

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