balena-cli/tsconfig.dev.json
Otavio Jacobi c0e7ae9c91 Update @balena/lint to v9.1.3
Update @balena/lint from 8.0.0 to 9.1.3

Change-type: patch
2024-12-16 14:09:47 -03:00

16 lines
237 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"allowJs": true,
"checkJs": true
},
"include": [
"./automation/**/*",
"./src/**/*",
"./patches/*",
"./tests/**/*",
"./typings/**/*",
".mocharc-standalone.js",
]
}