Add declaration file
This commit is contained in:
parent
0609ebc430
commit
714d03524c
1 changed files with 4 additions and 0 deletions
4
src/@types/raw-loader.d.ts
vendored
Normal file
4
src/@types/raw-loader.d.ts
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
declare module '!!raw-loader!*' {
|
||||
const contents: string;
|
||||
export default contents;
|
||||
}
|
Loading…
Reference in a new issue