Include wallet ts files.
This commit is contained in:
parent
bd60805706
commit
1a0a302ad9
@ -39,11 +39,12 @@ const File = require('vinyl');
|
|||||||
const paths = {
|
const paths = {
|
||||||
ts: {
|
ts: {
|
||||||
release: [
|
release: [
|
||||||
"lib/**.{ts,tsx}",
|
"lib/**/*.{ts,tsx}",
|
||||||
"background/*.{ts,tsx}",
|
"background/*.{ts,tsx}",
|
||||||
"content_scripts/*.{ts,tsx}",
|
"content_scripts/*.{ts,tsx}",
|
||||||
"popup/*.{ts,tsx}",
|
"popup/*.{ts,tsx}",
|
||||||
"pages/*.{ts,tsx}",
|
"pages/*.{ts,tsx}",
|
||||||
|
"!**/*.d.ts"
|
||||||
],
|
],
|
||||||
dev: [
|
dev: [
|
||||||
"test/tests/*.{ts,tsx}"
|
"test/tests/*.{ts,tsx}"
|
||||||
|
@ -11,6 +11,14 @@
|
|||||||
"lib/commonHelpers.ts",
|
"lib/commonHelpers.ts",
|
||||||
"lib/polyfill-react.ts",
|
"lib/polyfill-react.ts",
|
||||||
"lib/refs.ts",
|
"lib/refs.ts",
|
||||||
|
"lib/wallet/checkable.ts",
|
||||||
|
"lib/wallet/db.ts",
|
||||||
|
"lib/wallet/emscriptif.ts",
|
||||||
|
"lib/wallet/http.ts",
|
||||||
|
"lib/wallet/query.ts",
|
||||||
|
"lib/wallet/types.ts",
|
||||||
|
"lib/wallet/wallet.ts",
|
||||||
|
"lib/wallet/wxmessaging.ts",
|
||||||
"background/main.ts",
|
"background/main.ts",
|
||||||
"content_scripts/notify.ts",
|
"content_scripts/notify.ts",
|
||||||
"popup/balance-overview.tsx",
|
"popup/balance-overview.tsx",
|
||||||
|
Loading…
Reference in New Issue
Block a user