Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Malton <sebastian@malton.name>
  • Loading branch information
Nokel81 committed Mar 11, 2022
1 parent 14f41cd commit 7d81edb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsconfig.json
Expand Up @@ -47,7 +47,6 @@
"include": [
"src/**/*",
"types/*.d.ts",
"webpack/*.ts"
],
"exclude": [
"node_modules",
Expand Down
3 changes: 3 additions & 0 deletions webpack/tsconfig.json
@@ -0,0 +1,3 @@
{
"extends": "../tsconfig.json"
}

0 comments on commit 7d81edb

Please sign in to comment.