Skip to content

Commit

Permalink
⚡ feat: revise the API and use exports maps to not have to depend o…
Browse files Browse the repository at this point in the history
…n frameworks
  • Loading branch information
babichjacob committed Nov 26, 2022
1 parent 152b86f commit 78a7b9d
Show file tree
Hide file tree
Showing 15 changed files with 534 additions and 634 deletions.
2 changes: 1 addition & 1 deletion jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"target": "es2020",
},
"include": ["./**/*.js", "./**/*.d.ts"],
"exclude": ["node_modules"]
"exclude": ["node_modules", "./projects/demo/build"]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"check": "tsc --project jsconfig.json"
},
"devDependencies": {
"typescript": "~4.7.4"
"typescript": "^4.8.4"
}
}
Loading

0 comments on commit 78a7b9d

Please sign in to comment.