mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-13 06:07:09 +00:00
16 lines
237 B
JSON
16 lines
237 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true
|
|
},
|
|
"include": [
|
|
"./automation/**/*",
|
|
"./src/**/*",
|
|
"./patches/*",
|
|
"./tests/**/*",
|
|
"./typings/**/*",
|
|
".mocharc-standalone.js",
|
|
]
|
|
}
|