Skip to content

Commit

Permalink
maint/build ~ compile down to ES3 to assure Node-v4+ compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Jan 11, 2021
1 parent 3ed1801 commit ca03342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"incremental": false,
"target": "es5",
"target": "es3",
"outDir": "build/cjs",
// "rootDir": "src", // interferes with `tsd`; see <https://github.com/SamVerschueren/tsd/issues/80> ; disabling builds exactly the same files/structure except placing *.tsbuildinfo files into the respective subdirectories
"moduleResolution": "node",
Expand Down

0 comments on commit ca03342

Please sign in to comment.