Skip to content

Commit

Permalink
chore: remove tsconfig options already declared in .nuxt/tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
xicri committed Oct 1, 2024
1 parent a1dca81 commit 48c96f1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,13 @@ export default defineNuxtConfig({
strict: true,
tsConfig: {
compilerOptions: {
strict: true,
skipLibCheck: true,
moduleResolution: "bundler",
esModuleInterop: true,
resolveJsonModule: true,
allowImportingTsExtensions: true,
allowJs: true,
checkJs: true,

module: "esnext",
target: "esnext",
newLine: "lf",
removeComments: true,
declaration: false,

lib: [ "esnext", "dom" ],
types: [
"@cloudflare/workers-types/2023-07-01",
],
Expand Down

0 comments on commit 48c96f1

Please sign in to comment.