Skip to content

Commit

Permalink
Export src to allow direct imports in typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
pyronaur authored May 10, 2024
1 parent 56adf5a commit 8d4cbe6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@
"webpack": "^5.74.0",
"webpack-dev-middleware": "^5.3.3"
},
"exports": "./lib/index.js",
"exports": {
".": "./lib/index.js",
"./src": "./src/index.ts"
},
"dependencies": {
"clean-css": "^5.3.1",
"css-tree": "^2.3.1",
Expand Down

0 comments on commit 8d4cbe6

Please sign in to comment.