balena-cli/tsconfig.dev.json
2022-01-04 15:03:05 +00:00

16 lines
234 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"allowJs": true,
"noImplicitAny": false,
"checkJs": true
},
"include": [
"./automation/**/*",
"./lib/**/*",
"./patches/*",
"./tests/**/*",
"./typings/**/*"
]
}