From 65dacd2ff282864b82283b7f8251ef9fa548ed3f Mon Sep 17 00:00:00 2001 From: Lorenzo Alberto Maria Ambrosi Date: Tue, 16 Nov 2021 20:07:47 +0100 Subject: [PATCH] patch: Disallow TS in JS Signed-off-by: Lorenzo Alberto Maria Ambrosi --- tsconfig.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index f9dceb82..ea4b4048 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,6 @@ "jsx": "react", "pretty": true, "sourceMap": true, - "baseUrl": "./src", "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitReturns": true, @@ -18,6 +17,5 @@ "moduleResolution": "node", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, - "allowJs": true, } }