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

Commit

Permalink
next fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Jul 18, 2020
1 parent 514bfcd commit 12c38b2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@
"module": "commonjs",
"moduleResolution": "node",
"target": "es5",
"lib": ["es2015", "dom"],
"lib": ["esnext", "dom"],
"outDir": "dist/cjs",
"jsx": "react",
"esModuleInterop": true,
"sourceMap": true,
"declaration": true,
"strictNullChecks": false,
"noEmitOnError": true
"strictNullChecks": false
},
"include": ["src/**/*"],
"include": ["./src/@types", "./src/index.ts"],
"exclude": ["node_modules", "dist", "example"]
}

0 comments on commit 12c38b2

Please sign in to comment.