mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 13:47:52 +00:00
8 lines
108 B
JSON
8 lines
108 B
JSON
|
{
|
||
|
"extends": "./tsconfig.dev.json",
|
||
|
"compilerOptions": {
|
||
|
"noImplicitAny": false,
|
||
|
"checkJs": true
|
||
|
}
|
||
|
}
|