balena-cli/tsconfig.dev.json
2022-01-04 16:27:06 +00:00

15 lines
208 B
JSON

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