diff --git a/OliverBooth/tsconfig.json b/OliverBooth/tsconfig.json deleted file mode 100644 index 05994e0..0000000 --- a/OliverBooth/tsconfig.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "compilerOptions": { - "target": "es2020" - } -} \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..778d497 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,6 @@ +{ + "compilerOptions": { + "lib": ["ES2020", "DOM"], + "target": "ES2020" + } +} \ No newline at end of file