Skip to content

Commit

Permalink
compiles
Browse files Browse the repository at this point in the history
  • Loading branch information
retorquere committed Dec 30, 2023
1 parent 14c0917 commit 97102da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ declare const Zotero: any
declare const Components: any
declare const Services: any

import l10n = require('./locale/en-US/zotero-edtechhub.ftl')
const l10n = require('./locale/en-US/zotero-edtechhub.ftl')

Services.wm.addListener({
onOpenWindow: xulWindow => {
Expand Down
10 changes: 1 addition & 9 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,11 @@
]
},
"include": [
"bin",
"loader",
"plugin",
"script",
"webpack",
"content/**/*",
"resource/**/*",
"zotero-webpack/**/*",
"setup/**/*",
"*.ts"
],
"exclude": [
"node_modules",
"locale/**/*.*",
"**/*.spec.ts",
"typings"
]
Expand Down

0 comments on commit 97102da

Please sign in to comment.