Skip to content

Commit

Permalink
Update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
gbombassaro committed Jan 10, 2024
1 parent b580110 commit 75cc4c4
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
"declarationDir": "dist",
"esModuleInterop": true,
"jsx": "react",
"lib": ["es6", "dom", "es2016", "es2017"],
"lib": [
"es6",
"dom",
"es2016",
"es2017"
],
"module": "esnext",
"moduleResolution": "node",
"noImplicitAny": false,
Expand Down Expand Up @@ -34,6 +39,9 @@
],
"@prensa_tokens": [
"prensa_tokens.d.ts"
],
"react": [
"./node_modules/@types/react"
]
}
},
Expand All @@ -51,4 +59,4 @@
".storyboook",
".github"
]
}
}

0 comments on commit 75cc4c4

Please sign in to comment.