mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-22 06:57:49 +00:00
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"]
|
||
|
}
|