From 871a85d9343cf49646d13dc455c062efadcb959a Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Sat, 12 Feb 2022 11:33:52 +0100 Subject: Beatified code --- tsconfig.json | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 986e0c9..a8bbe91 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,17 +1,13 @@ { - "compilerOptions": { - "baseUrl": "./src", - "jsx": "react", - "moduleResolution": "Node", - "paths": { - "~*": [ - "./*" - ] - }, - "strict": true, - "target": "ES2015" + "compilerOptions": { + "baseUrl": "./src", + "jsx": "react", + "moduleResolution": "Node", + "paths": { + "~*": ["./*"] }, - "include": [ - "src/**/*" - ] -} \ No newline at end of file + "strict": true, + "target": "ES2015" + }, + "include": ["src/**/*"] +} -- cgit v1.2.3