From ea2e0264bca047948e71f89bb262ce81310db29c Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Sun, 23 Oct 2022 17:20:04 +0000 Subject: [PATCH] Restyled by prettier-json --- tsconfig.json | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 5e0adef..f97b5e0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,16 +14,8 @@ "outDir": "./dist", "rootDir": "./src", "resolveJsonModule": true, - "typeRoots": [ - "/types/common", - "./node_modules/@types" - ] + "typeRoots": ["/types/common", "./node_modules/@types"] }, - "include": [ - "./src" - ], - "exclude": [ - "./node_modules", - "./test" - ] + "include": ["./src"], + "exclude": ["./node_modules", "./test"] }