Skip to content

Commit

Permalink
fix: enable for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
taj-p committed Jun 1, 2024
1 parent 20d21ca commit 18c82b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"noImplicitThis": false,
"noEmit": true,
"experimentalDecorators": true,
// See: https://github.com/mobxjs/mobx/pull/3884
"useDefineForClassFields": false,
"jsx": "react",
"esModuleInterop": true
Expand Down
4 changes: 3 additions & 1 deletion tsconfig.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"compilerOptions": {
// "module": "commonjs",
"allowJs": true,
"noUnusedLocals": false
"noUnusedLocals": false,
// See: https://github.com/mobxjs/mobx/pull/3884
"useDefineForClassFields": true
}
}

0 comments on commit 18c82b9

Please sign in to comment.