diff --git a/tsconfig.base.json b/tsconfig.base.json index 91a3916a..c18bcb6c 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -10,21 +10,13 @@ "importHelpers": true, "target": "es2015", "module": "esnext", - "lib": [ - "es2020", - "dom" - ], + "lib": ["es2020", "dom"], "skipLibCheck": true, "skipDefaultLibCheck": true, "baseUrl": ".", "paths": { - "@reduced.to/prisma": [ - "libs/prisma/src/index.ts" - ] + "@reduced.to/prisma": ["libs/prisma/src/index.ts"] } }, - "exclude": [ - "node_modules", - "tmp" - ] + "exclude": ["node_modules", "tmp"] }