balena-cli/tsconfig.dev.json
2020-07-15 16:30:15 +00:00

12 lines
162 B
JSON

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