From c4e4a8357d64a6164ab7398ea2e6038422a237ea Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 9 May 2023 14:08:30 +0100 Subject: [PATCH] Iterate --- babel.config.js | 3 --- tsconfig.json | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/babel.config.js b/babel.config.js index 8e4384cd0d..81afbda8fb 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,8 +1,5 @@ module.exports = { sourceMaps: true, - assumptions: { - setPublicClassFields: true, - }, presets: [ [ "@babel/preset-env", diff --git a/tsconfig.json b/tsconfig.json index ddceda407c..a3d3283d81 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "useDefineForClassFields": true, "experimentalDecorators": false, "emitDecoratorMetadata": false, "resolveJsonModule": true,