Skip to content

Commit

Permalink
Create tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusAlexV authored May 11, 2022
1 parent f3ce4b4 commit a09954c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"compilerOptions": {
"jsx": "react",
"jsxFactory": "h",
"checkJs": false,
"lib": [
"dom",
"dom.iterable",
"dom.asynciterable",
"deno.ns",
"deno.unstable"
]
}
}

0 comments on commit a09954c

Please sign in to comment.