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