Skip to content

Commit 3deeb15

Browse files
committed
Fixed TypeScript typings
1 parent 1d78a25 commit 3deeb15

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@
7575
"tslint": "^5.12.0",
7676
"typescript": "^3.2.2",
7777
"webpack": "^4.28.2",
78-
"webpack-cli": "^3.1.2"
78+
"webpack-cli": "^3.2.1"
7979
}
8080
}

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"compilerOptions": {
33
"alwaysStrict": true,
44
"baseUrl": ".",
5+
"declaration": true,
56
"lib": [
67
"dom",
78
"es2015",

webpack.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ export default (_env: never, args: Configuration) => {
6060
options: {
6161
compilerOptions: {
6262
declaration: true,
63-
declarationDir: "..",
6463
noUnusedLocals: args.mode === "production",
6564
noUnusedParameters: args.mode === "production",
6665
removeComments: false,

0 commit comments

Comments
 (0)