From da0b59597388396d8a66298e9309979814cc2c0d Mon Sep 17 00:00:00 2001 From: Davide Iadeluca Date: Mon, 30 Sep 2024 11:12:21 +0200 Subject: [PATCH] chore: debugging --- extensions/akismet/js/tsconfig.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/extensions/akismet/js/tsconfig.json b/extensions/akismet/js/tsconfig.json index 4d40354629..b4346ad505 100644 --- a/extensions/akismet/js/tsconfig.json +++ b/extensions/akismet/js/tsconfig.json @@ -4,12 +4,7 @@ // This will match all .ts, .tsx, .d.ts, .js, .jsx files in your `src` folder // and also tells your Typescript server to read core's global typings for // access to `dayjs` and `$` in the global namespace. - "include": [ - "src/**/*", - "../../../framework/core/js/dist-typings/@types/**/*", - "../../flags/js/dist-typings/@types/**/*", - "@types/**/*" - ], + "include": ["src/**/*", "../../../framework/core/js/dist-typings/@types/**/*", "@types/**/*"], "compilerOptions": { // This will output typings to `dist-typings` "declarationDir": "./dist-typings",