aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/client/views/collections/collectionFreeForm/declaration.d.ts3
-rw-r--r--tsconfig.json1
2 files changed, 0 insertions, 4 deletions
diff --git a/src/client/views/collections/collectionFreeForm/declaration.d.ts b/src/client/views/collections/collectionFreeForm/declaration.d.ts
deleted file mode 100644
index 8feaf678f..000000000
--- a/src/client/views/collections/collectionFreeForm/declaration.d.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-// declare module '*.jpg';
-// declare module '*.png';
-// declare module '*.gif'; \ No newline at end of file
diff --git a/tsconfig.json b/tsconfig.json
index 743e8b6f2..680927421 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -21,6 +21,5 @@
// "node_modules",
// "static"
// ],
- "include": ["./src/client/views/collections/collectionFreeForm/declaration.d.ts"],
"typeRoots": ["./node_modules/@types", "./src/typings"]
}