Skip to content

Commit

Permalink
fix file issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasbach committed Mar 24, 2022
1 parent 72405f0 commit f853dcb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15,113 deletions.
8 changes: 4 additions & 4 deletions packages/synergies/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"extends": "./config/tsconfig.json",
"extends": "../../config/tsconfig.json",
"include": ["src"],
"compilerOptions": {
"outDir": "out",
"module": "CommonJS"
},
"include": ["packages/**/src"]
"esModuleInterop": true
}
}
Loading

0 comments on commit f853dcb

Please sign in to comment.