mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 21:57:54 +00:00
9c3295c912
Change-type: patch
9 lines
177 B
JSON
9 lines
177 B
JSON
{
|
|
"extends": "./tsconfig.release.json",
|
|
"compilerOptions": {
|
|
"noImplicitAny": false,
|
|
"checkJs": true
|
|
},
|
|
"include": ["src/**/*.ts", "src/**/*.js", "typings/**/*.d.ts"]
|
|
}
|