balena-cli/tsconfig.dev.json
Pagan Gazzard ab526c9ed8 Convert gulpfile.coffee to javascript
Change-type: patch
2020-04-30 17:58:13 +01:00

11 lines
145 B
JSON

{
"extends": "./tsconfig.json",
"include": [
"./automation/**/*",
"./lib/**/*",
"./tests/**/*",
"./typings/**/*",
"gulpfile.js"
]
}