Skip to content

Commit

Permalink
Switch to nodenext module
Browse files Browse the repository at this point in the history
  • Loading branch information
perrin4869 committed May 26, 2022
1 parent 01bc21e commit 108daa5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"importHelpers": true,
"sourceMap": true,
"target": "es5",
"module": "esnext",
"moduleResolution": "node",
"module": "nodenext",
"declaration": true,
"allowJs": false,
"checkJs": false,
Expand All @@ -31,10 +30,7 @@
"strictNullChecks": false,
"suppressImplicitAnyIndexErrors": true,
"baseUrl": ".",
"outDir": "./dist/esm",
"paths": {
"*": ["types/*"]
}
"outDir": "./dist/esm"
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules"]
Expand Down

0 comments on commit 108daa5

Please sign in to comment.