mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-03-14 00:06:29 +00:00
10 lines
140 B
JSON
10 lines
140 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": [
|
|
"./automation/**/*.ts",
|
|
"./lib/**/*.ts",
|
|
"./tests/**/*.ts",
|
|
"./typings/**/*.ts"
|
|
]
|
|
}
|