mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-21 06:33:28 +00:00
1ee74df67e
Change-type: patch
10 lines
140 B
JSON
10 lines
140 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": [
|
|
"./automation/**/*.ts",
|
|
"./lib/**/*.ts",
|
|
"./tests/**/*.ts",
|
|
"./typings/**/*.ts"
|
|
]
|
|
}
|