Skip to content

Commit

Permalink
fix: add extensions to imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jneander committed Dec 20, 2022
1 parent 700ed4e commit a415268
Show file tree
Hide file tree
Showing 6 changed files with 456 additions and 23 deletions.
4 changes: 4 additions & 0 deletions config/tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"compilerOptions": {
"emitDeclarationOnly": true
},

"extends": "../tsconfig.json",
"include": ["../src"],
"exclude": ["../src/**/*.spec.ts", "../src/**/specs"]
Expand Down
10 changes: 0 additions & 10 deletions config/tsconfig.cjs.json

This file was deleted.

10 changes: 0 additions & 10 deletions config/tsconfig.esm.json

This file was deleted.

0 comments on commit a415268

Please sign in to comment.