balena-cli/tsconfig.dev.json

10 lines
128 B
JSON
Raw Normal View History

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