mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
b3b22d6399
Change-type: patch
8 lines
108 B
JSON
8 lines
108 B
JSON
{
|
|
"extends": "./tsconfig.dev.json",
|
|
"compilerOptions": {
|
|
"noImplicitAny": false,
|
|
"checkJs": true
|
|
}
|
|
}
|