mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 13:47:52 +00:00
c4e317a290
Change-type: patch
15 lines
208 B
JSON
15 lines
208 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true
|
|
},
|
|
"include": [
|
|
"./automation/**/*",
|
|
"./lib/**/*",
|
|
"./patches/*",
|
|
"./tests/**/*",
|
|
"./typings/**/*"
|
|
]
|
|
}
|