Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

Commit

Permalink
another build tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Jul 20, 2020
1 parent 0416362 commit c762517
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"compilerOptions": {
"module": "commonjs",
"module": "ESNext",
"moduleResolution": "node",
"target": "es6",
"lib": ["dom", "dom.iterable", "es2017"],
"target": "ESNext",
"lib": ["dom", "esnext"],
"outDir": "dist",
"jsx": "react",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"sourceMap": true,
"declaration": true,
"strictNullChecks": false
"strictNullChecks": false,
"importHelpers": true
},
"include": ["./src/@types", "./src/index.ts"],
"exclude": ["node_modules", "dist", "example"]
Expand Down

0 comments on commit c762517

Please sign in to comment.