mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-04 18:21:50 +00:00
33f7fa3829
Change-type: patch
16 lines
234 B
JSON
16 lines
234 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"noImplicitAny": false,
|
|
"checkJs": true
|
|
},
|
|
"include": [
|
|
"./automation/**/*",
|
|
"./lib/**/*",
|
|
"./patches/*",
|
|
"./tests/**/*",
|
|
"./typings/**/*"
|
|
]
|
|
}
|