Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
maapteh authored Dec 13, 2019
1 parent c6f7043 commit 9f110ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"declaration": false,
"declaration": true,
"outDir": "./dist",
"strict": true,
"jsx": "react",
Expand All @@ -13,4 +13,4 @@
},
"include": ["src"],
"exclude": ["node_modules", "**/*.spec.tsx"]
}
}

0 comments on commit 9f110ae

Please sign in to comment.