Skip to content

Commit

Permalink
add experimentalDecorators
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiofcs committed Nov 17, 2023
1 parent ad7f8da commit 7a09bbc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
// https://nuxt.com/docs/guide/concepts/typescript
"extends": "./.nuxt/tsconfig.json"
}
"extends": "./.nuxt/tsconfig.json",
"compilerOptions": {
"experimentalDecorators": true,
}
}

0 comments on commit 7a09bbc

Please sign in to comment.