Frontend rewritten in TypeScript, added Node 18 support
This commit is contained in:
5
client/src/types.d.ts
vendored
Normal file
5
client/src/types.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
declare global {
|
||||
interface Window {
|
||||
__REDUX_DEVTOOLS_EXTENSION__?: () => any;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user