mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-07 11:50:27 +00:00
9 lines
192 B
JSON
9 lines
192 B
JSON
{
|
|
"extends": "./tsconfig.release.json",
|
|
"compilerOptions": {
|
|
"noImplicitAny": false,
|
|
"checkJs": true
|
|
},
|
|
"include": ["src/**/*", "test/**/*", "typings/**/*.d.ts", "build-utils/**/*"]
|
|
}
|