balena-cli/tsconfig.dev.json

11 lines
145 B
JSON
Raw Normal View History

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