From 073f474c3afc029ea8ee113790cfe1a1f1ccdefa Mon Sep 17 00:00:00 2001 From: Untone Date: Mon, 5 Feb 2024 14:55:01 +0300 Subject: [PATCH] tsconfig --- 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..b1d75a0 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,8 @@ +{ + "compilerOptions": { + "esModuleInterop": true, + "target": "ES2022", + "moduleResolution": "NodeNext", + "module": "NodeNext" + } +} \ No newline at end of file