Skip to content

Commit

Permalink
Merge pull request #106 from aurelia/tsconf
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp authored May 16, 2024
2 parents feb0fbc + 91fbab5 commit 06f0686
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 1 addition & 6 deletions common/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,7 @@

"parserOptions": {
"ecmaVersion": 2019,
"sourceType": "module",
// @if babel
"ecmaFeatures": {
"legacyDecorators": true
}
// @endif
"sourceType": "module"
},

"env": {
Expand Down
2 changes: 0 additions & 2 deletions typescript/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"compilerOptions": {
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"module": "esnext",
"moduleResolution": "node",
"skipLibCheck": true,
Expand Down

0 comments on commit 06f0686

Please sign in to comment.