balena-cli/tsconfig.dev.json
Pagan Gazzard 1ee74df67e Add type checking for tests
Change-type: patch
2020-03-24 16:42:18 +00:00

10 lines
140 B
JSON

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