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"] }