mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-09 20:32:06 +00:00
11 lines
145 B
JSON
11 lines
145 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": [
|
|
"./automation/**/*",
|
|
"./lib/**/*",
|
|
"./tests/**/*",
|
|
"./typings/**/*",
|
|
"gulpfile.js"
|
|
]
|
|
}
|