Restructure

This commit is contained in:
Geomitron
2023-11-27 18:53:09 -06:00
parent 558d76f582
commit 49c3f38f99
758 changed files with 0 additions and 0 deletions

14
src-angular/typings.d.ts vendored Normal file
View File

@@ -0,0 +1,14 @@
/* eslint @typescript-eslint/no-explicit-any: 0 */ // Semantic adds functions to JQuery in a way that can't be type checked
/* SystemJS module definition */
declare let nodeModule: NodeModule
interface NodeModule {
id: string
}
// declare let window: Window
declare let $: any
interface Window {
process: any
require: any
jQuery: any
}