From b6213f660b6a706f48289b492f305bc2f4620f80 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 10 Aug 2023 14:18:02 +0530 Subject: feat: style injection --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 41c7199..30cb77d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,12 +4,12 @@ "lib": ["ES2020", "DOM", "DOM.Iterable"], "module": "ESNext", "skipLibCheck": true, + "outDir": "dist", + "incremental": true, "moduleResolution": "bundler", - "allowImportingTsExtensions": true, "resolveJsonModule": true, "isolatedModules": true, - "noEmit": true, "jsx": "react-jsx", "strict": true, -- cgit v1.3.1