[web] Move window object typescript declaration file to a more general location (#7244)

GitOrigin-RevId: 87e30b16fa48e1aaebba76bed19d8c583a4cf1ca
This commit is contained in:
M Fahru 2022-03-28 06:27:18 -04:00 committed by Copybot
parent a079aa1fae
commit 2fc4c82593
2 changed files with 12 additions and 1 deletions

View file

@ -16,6 +16,7 @@
"frontend/js/**/*.*",
"modules/**/frontend/js/**/*.*",
"test/frontend/**/*.*",
"modules/**/test/frontend/**/*.*"
"modules/**/test/frontend/**/*.*",
"types"
]
}

View file

@ -0,0 +1,10 @@
declare global {
// eslint-disable-next-line no-unused-vars
interface Window {
sl_debugging: boolean
user: {
id: string
}
}
}
export {} // pretend this is a module