declarations support, color support, better inject
This commit is contained in:
Vendored
+3
-7
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user