From 380ee1acac1c0b7972d7d423cf804af146dc0edf Mon Sep 17 00:00:00 2001 From: bobzel Date: Sun, 10 Dec 2023 20:19:27 -0500 Subject: massive changes to use mobx 6 which means not accessing props directly in @computed functions. --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 1e8934ee8..8014877f5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,7 @@ "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "moduleDetection": "auto", + "useDefineForClassFields": false, // allowing this to be true breaks overriding of observable props in subclasses (see CollectionSubView) "strict": true, "jsx": "react", "allowJs": true, @@ -13,7 +14,6 @@ "outDir": "dist", "lib": ["dom", "es2017"], "typeRoots": ["node_modules/@types", "./src/typings"], - "types": ["youtube", "node"], "resolveJsonModule": true, "moduleResolution": "node" }, -- cgit v1.2.3-70-g09d2