balena-cli/tsconfig.js.json

8 lines
108 B
JSON
Raw Permalink Normal View History

{
"extends": "./tsconfig.dev.json",
"compilerOptions": {
"noImplicitAny": false,
"checkJs": true
}
}