Skip to content
Snippets Groups Projects
Commit 5273818f authored by Matthias Konitzny's avatar Matthias Konitzny :fire:
Browse files

Fixed tsconfig to be able to import images again

parent f1d73886
No related branches found
No related tags found
1 merge request!3Master into new editor
declare module "*.png";
declare module "*.jpg";
...@@ -10,5 +10,7 @@ ...@@ -10,5 +10,7 @@
"moduleResolution": "node", "moduleResolution": "node",
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"sourceMap": true "sourceMap": true
} },
"exclude": ["node_modules"],
"include": ["src", "index.d.ts"]
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment