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

15 lines
334 B
JSON

{
"compilerOptions": {
"noImplicitAny": false,
"noImplicitThis": false,
"maxNodeModuleJsDepth": 0,
"strict": true,
"noEmit": true,
"allowJs": true,
"checkJs": true,
"types": ["node"],
"lib": ["esnext", "dom"],
},
"include": ["node_modules/npmlog"]
}