diff --git a/framework/core/js/tsconfig.json b/framework/core/js/tsconfig.json index 7b14ec0ae..6503899f8 100644 --- a/framework/core/js/tsconfig.json +++ b/framework/core/js/tsconfig.json @@ -1,5 +1,5 @@ { - "include": ["src/**/*.ts"], + "include": ["src/**/*.ts", "src/**/*.tsx"], "files": ["shims.d.ts"], "compilerOptions": { "allowUmdGlobalAccess": true,