Skip to content

Commit

Permalink
build: add ts for render issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Jan 15, 2019
1 parent 2156f21 commit 11b5090
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/renderer.ts
Expand Up @@ -47,7 +47,7 @@ class ClientUI {

init () {
(window as any).simplemde = this.simplemde;
// @ts-ignore
// @ts-ignore
const clipboard = new ClipboardJS('.wechat-button');

clipboard.on('success', function (event: any) {
Expand Down
6 changes: 5 additions & 1 deletion tsconfig.json
Expand Up @@ -10,7 +10,11 @@
"*": [
"node_modules/*"
]
}
},
"lib": [
"es2018",
"dom"
]
},
"include": [
"src/**/*"
Expand Down

0 comments on commit 11b5090

Please sign in to comment.