Skip to content

Commit

Permalink
fix: fixed tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jessekelly881 committed Mar 16, 2023
1 parent 855dd69 commit 897cf90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/odd-papayas-bake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@kellyjesse881/empty": patch
---

fixed tsconfig
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"compilerOptions": {
"noEmit": true,
"target":"ES2016",
"module": "commonjs",
"noImplicitAny": true,
"removeComments": true,
"moduleResolution": "node",
"preserveConstEnums": true,
"outFile": "../../built/local/tsc.js",
"sourceMap": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "**/*.spec.ts"]
Expand Down

0 comments on commit 897cf90

Please sign in to comment.