mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
Binge of (mostly) mindless tsification (#6838)
Turned on `noImplicitAny` in tsconfig, then went around fixing some random easy stuff. Hopefully tsification-PRs with more real content coming up.
This commit is contained in:
@@ -39,7 +39,7 @@ import {WebpackManifestPlugin} from 'webpack-manifest-plugin';
|
||||
const __dirname = path.resolve(path.dirname(fileURLToPath(import.meta.url)));
|
||||
const isDev = process.env.NODE_ENV !== 'production';
|
||||
|
||||
function log(message) {
|
||||
function log(message: string) {
|
||||
// eslint-disable-next-line no-console
|
||||
console.log('webpack: ' + message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user