mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
b0dce6b477
Change-type: patch
12 lines
162 B
JSON
12 lines
162 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": [
|
|
"./automation/**/*",
|
|
"./lib/**/*",
|
|
"./patches/*",
|
|
"./tests/**/*",
|
|
"./typings/**/*",
|
|
"gulpfile.js"
|
|
]
|
|
}
|