balena-cli/tsconfig.dev.json
Otavio Jacobi 4760866c77 Update all references of lib to src
Change-type: patch
2024-08-22 13:03:37 -03:00

15 lines
208 B
JSON

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