Skip to content

Commit

Permalink
Update TS options [publish]
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBarre committed Jul 19, 2022
1 parent 365f431 commit 78079ba
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tsconfig.json
@@ -1,12 +1,13 @@
{
"include": ["src"],
"compilerOptions": {
/* Target node12 */
/* Target node 14 */
"module": "CommonJS",
"lib": ["ES2019"],
"target": "ES2019",
"lib": ["ES2020"],
"target": "ES2020",
"declaration": true,
"outDir": "dist",
"skipLibCheck": true,

/* Imports */
"moduleResolution": "node", // Allow `index` imports
Expand Down

0 comments on commit 78079ba

Please sign in to comment.