diff --git a/tsconfig.json b/tsconfig.json deleted file mode 120000 index 4ec6ff6..0000000 --- a/tsconfig.json +++ /dev/null @@ -1 +0,0 @@ -../tsconfig.json \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..69227a8 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,10 @@ +{ + "compilerOptions": { + "target": "ES2022", + "module": "ES2022", + "moduleResolution": "Node", + "types": ["node"], + "allowSyntheticDefaultImports": true, + "strict": true, + } +}