Skip to content

Commit

Permalink
Merge pull request #10 from RezaRostamiNikoo/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rrosnik committed Aug 15, 2023
2 parents ff4ffeb + 5d2e1f3 commit 85e52d8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "This package is a wrapper for typescript compiler to make code generation easy",
"version": "0.0.4",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
"types": "dist/typings/index.d.ts",
"scripts": {
"build": "webpack",
"test": "jest"
Expand All @@ -14,7 +14,6 @@
"node-polyfill-webpack-plugin": "^2.0.1",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.1",
"ts-polyfill": "^3.8.2",
"typescript": "^5.0.2",
"webpack": "^5.88.2",
Expand All @@ -36,6 +35,7 @@
},
"homepage": "https://github.com/RezaRostamiNikoo/write-ts/blob/master/README.md",
"files": [
"package.json"
"package.json",
"dist"
]
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"sourceMap": true,
"declaration": true,
"declarationMap": true,
"declarationDir": "dist/types",
"declarationDir": "dist/typings",
"esModuleInterop": true
},
"include": [
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
}
]
},
devtool: 'source-map',
devtool: 'none',
resolve: {
extensions: [".ts", ".js"],
},
Expand Down

0 comments on commit 85e52d8

Please sign in to comment.