Skip to content

Commit

Permalink
remove experimental decorators from those that don't need it
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Feb 12, 2025
1 parent 29b10a4 commit 7183acd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "../../../../tsconfig.dev.json",
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true
"allowSyntheticDefaultImports": true
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "../../../../../../tsconfig.dev.json",
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true
"allowSyntheticDefaultImports": true
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "../../../../../../tsconfig.dev.json",
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true
"allowSyntheticDefaultImports": true
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "../../../../../../tsconfig.dev.json",
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true
"allowSyntheticDefaultImports": true
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "../../../../../../tsconfig.dev.json",
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true
"allowSyntheticDefaultImports": true
}
}

0 comments on commit 7183acd

Please sign in to comment.