balena-cli/tsconfig.dev.json

10 lines
140 B
JSON
Raw Normal View History

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