mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-20 14:13:08 +00:00
fd4cec31e7
Change-type: patch
9 lines
172 B
JSON
9 lines
172 B
JSON
{
|
|
"extends": "./tsconfig.release.json",
|
|
"compilerOptions": {
|
|
"noImplicitAny": false,
|
|
"checkJs": true
|
|
},
|
|
"include": ["src/**/*", "test/**/*", "typings/**/*.d.ts"]
|
|
}
|