diff --git a/src/Tgstation.Server.Host/ClientApp/images.d.ts b/src/Tgstation.Server.Host/ClientApp/images.d.ts deleted file mode 100644 index 3f287eaa6e..0000000000 --- a/src/Tgstation.Server.Host/ClientApp/images.d.ts +++ /dev/null @@ -1,7 +0,0 @@ -declare module '*.svg' -declare module '*.png' -declare module '*.jpg' -declare module '*.jpeg' -declare module '*.gif' -declare module '*.bmp' -declare module '*.tiff' diff --git a/src/Tgstation.Server.Host/ClientApp/tsconfig.prod.json b/src/Tgstation.Server.Host/ClientApp/tsconfig.prod.json deleted file mode 100644 index 4144216dd1..0000000000 --- a/src/Tgstation.Server.Host/ClientApp/tsconfig.prod.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "./tsconfig.json" -} \ No newline at end of file diff --git a/src/Tgstation.Server.Host/ClientApp/tsconfig.test.json b/src/Tgstation.Server.Host/ClientApp/tsconfig.test.json deleted file mode 100644 index 65ffdd4939..0000000000 --- a/src/Tgstation.Server.Host/ClientApp/tsconfig.test.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "module": "commonjs" - } -} \ No newline at end of file