Skip to content

Commit

Permalink
Get rid of the Webpack config and tsconfig.json
Browse files Browse the repository at this point in the history
tsconfig.json now serves only as an IDE helper. It doesn’t play a role in a building process since esbuild doesn’t support most of its parameters
  • Loading branch information
gnchrv committed Sep 5, 2022
1 parent e5bf34b commit c5b2978
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
2 changes: 0 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"compilerOptions": {
"module": "es6",
"target": "es6",
"typeRoots": [
"./node_modules/@types",
"./node_modules/@figma"
Expand Down
34 changes: 0 additions & 34 deletions webpack.config.js

This file was deleted.

0 comments on commit c5b2978

Please sign in to comment.