Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
orig committed Sep 9, 2023
1 parent a40f87a commit bde9206
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}

0 comments on commit bde9206

Please sign in to comment.