fix(type): error
This commit is contained in:
parent
2026c11ed8
commit
345ae4d11c
2 changed files with 2 additions and 1 deletions
|
|
@ -9,6 +9,6 @@
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"skipLibCheck": true
|
"skipLibCheck": true
|
||||||
},
|
},
|
||||||
"include": ["libs/**/*.ts","app.ts"],
|
"include": ["libs/**/*.ts","app.ts", "yaqrcode.d.ts"],
|
||||||
"exclude": ["node_modules","test-run"]
|
"exclude": ["node_modules","test-run"]
|
||||||
}
|
}
|
||||||
1
yaqrcode.d.ts
vendored
Normal file
1
yaqrcode.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
declare module 'yaqrcode';
|
||||||
Loading…
Add table
Add a link
Reference in a new issue