balena-cli/tsconfig.dev.json
2020-03-25 12:12:03 +00:00

10 lines
128 B
JSON

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