balena-supervisor/tsconfig.js.json

9 lines
213 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.release.json",
"compilerOptions": {
"noImplicitAny": false,
"checkJs": true
},
"include": ["src/**/*", "test/**/*", "typings/**/*.d.ts", "build-utils/**/*", "webpack.config.js"]
}