From a7300c16b7f637d9dd7ee2069a39572be3fd2c10 Mon Sep 17 00:00:00 2001 From: Tangent Wantwight Date: Fri, 12 Jan 2024 19:21:19 -0500 Subject: [PATCH] Add tsconfig.json --- tsconfig.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tsconfig.json diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..41fc1da --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,8 @@ +{ + "compilerOptions": { + "isolatedModules": true, + "lib": ["ES2019", "DOM"], + "strict": true, + "noEmit": true + } +}