update ts config

This commit is contained in:
Primakov Alexandr Alexandrovich
2025-01-07 17:00:37 +03:00
parent 55d23f1e47
commit 4704b404f9
2 changed files with 11 additions and 10 deletions

24
@types/index.d.ts vendored Normal file
View File

@@ -0,0 +1,24 @@
declare const IS_PROD: string
declare const KC_URL: string
declare const KC_REALM: string
declare const KC_CLIENT_ID: string
declare module '*.svg' {
const value: string
export default value
}
declare module '*.jpg' {
const value: string
export default value
}
declare module '*.png' {
const value: string
export default value
}
declare const __webpack_public_path__: string