From a09954c6e56676285a5d1ddc7f6d251ede1b1957 Mon Sep 17 00:00:00 2001 From: Jes Avi <101438350+JesusAlexV@users.noreply.github.com> Date: Wed, 11 May 2022 10:21:29 -0600 Subject: [PATCH] Create tsconfig.json --- tsconfig.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tsconfig.json diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..7274da0 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,14 @@ +{ + "compilerOptions": { + "jsx": "react", + "jsxFactory": "h", + "checkJs": false, + "lib": [ + "dom", + "dom.iterable", + "dom.asynciterable", + "deno.ns", + "deno.unstable" + ] + } +}