mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 21:57:51 +00:00
10 lines
140 B
JSON
10 lines
140 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"include": [
|
||
|
"./automation/**/*.ts",
|
||
|
"./lib/**/*.ts",
|
||
|
"./tests/**/*.ts",
|
||
|
"./typings/**/*.ts"
|
||
|
]
|
||
|
}
|