balena-cli/tsconfig.dev.json
Pagan Gazzard 1d4b949cf3 Convert lib/utils/deploy-legacy to typescript
Change-type: patch
2022-01-03 16:10:17 +00:00

17 lines
251 B
JSON

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