declarations support, color support, better inject

This commit is contained in:
David Meincke
2022-03-24 00:04:15 +01:00
parent ad53ae9695
commit c81b04cde3
9 changed files with 64 additions and 92 deletions
+3 -7
View File
@@ -2,13 +2,9 @@ declare module '*.html' {
const content: string;
export default content;
}
declare module '*.txt' {
const content: string;
export default content;
}
declare module '*inject.js' {
const content: string;
export default content;
declare module '!!raw-loader!*' {
const contents: string
export = contents
}
declare module '*.png';