From f6bb2cf5d7ec2a314fc6b9812e450d0964213ace Mon Sep 17 00:00:00 2001 From: Floke Date: Sat, 20 Dec 2025 20:55:37 +0000 Subject: [PATCH] =?UTF-8?q?general-market-intelligence/tsconfig.json=20hin?= =?UTF-8?q?zugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- general-market-intelligence/tsconfig.json | 29 +++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 general-market-intelligence/tsconfig.json diff --git a/general-market-intelligence/tsconfig.json b/general-market-intelligence/tsconfig.json new file mode 100644 index 00000000..2c6eed55 --- /dev/null +++ b/general-market-intelligence/tsconfig.json @@ -0,0 +1,29 @@ +{ + "compilerOptions": { + "target": "ES2022", + "experimentalDecorators": true, + "useDefineForClassFields": false, + "module": "ESNext", + "lib": [ + "ES2022", + "DOM", + "DOM.Iterable" + ], + "skipLibCheck": true, + "types": [ + "node" + ], + "moduleResolution": "bundler", + "isolatedModules": true, + "moduleDetection": "force", + "allowJs": true, + "jsx": "react-jsx", + "paths": { + "@/*": [ + "./*" + ] + }, + "allowImportingTsExtensions": true, + "noEmit": true + } +} \ No newline at end of file