mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
4760866c77
Change-type: patch
15 lines
208 B
JSON
15 lines
208 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true
|
|
},
|
|
"include": [
|
|
"./automation/**/*",
|
|
"./src/**/*",
|
|
"./patches/*",
|
|
"./tests/**/*",
|
|
"./typings/**/*"
|
|
]
|
|
}
|