Skip to content

Commit

Permalink
Create tsconfig.lib-esnext.json
Browse files Browse the repository at this point in the history
Create a esnext Build to get used in modern Applications
  • Loading branch information
frank-dspeed authored Mar 29, 2021
1 parent c6b4a70 commit d2a123b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tsconfig.lib-esnext.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "esnext",
"target": "esnext",
"outDir": "dist/esnext"
},
"exclude": [
"src/test"
]
}

0 comments on commit d2a123b

Please sign in to comment.