Skip to content

Commit

Permalink
fix ts config
Browse files Browse the repository at this point in the history
  • Loading branch information
lirc572 committed Jan 11, 2021
1 parent 0f815c3 commit c4986f3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"displayName": "TD",
"description": "declare daily temperature in VSCode",
"version": "0.0.1",
"publisher": "lirc572",
"engines": {
"vscode": "^1.52.0"
},
Expand Down Expand Up @@ -42,6 +43,10 @@
"lint": "eslint src --ext ts",
"test": "node ./out/test/runTest.js"
},
"repository": {
"type": "git",
"url": "https://github.com/lirc572/TD-VSC.git"
},
"devDependencies": {
"@types/glob": "^7.1.3",
"@types/mocha": "^8.0.4",
Expand All @@ -60,4 +65,4 @@
"puppeteer-extra": "^3.1.15",
"puppeteer-extra-plugin-stealth": "^2.6.5"
}
}
}
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"target": "es6",
"outDir": "out",
"lib": [
"es6"
"es6",
"dom"
],
"sourceMap": true,
"rootDir": "src",
Expand Down

0 comments on commit c4986f3

Please sign in to comment.