balena-cli/tsconfig.dev.json

17 lines
251 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.json",
"compilerOptions": {
"allowJs": true,
"noImplicitAny": false,
"checkJs": true
},
"include": [
"./automation/**/*",
"./lib/**/*",
"./patches/*",
"./tests/**/*",
"./typings/**/*",
"gulpfile.js"
]
}