From 6f27774000dbaea2159bce3c97eb7fc5b666d186 Mon Sep 17 00:00:00 2001 From: Jon Surrell Date: Wed, 24 Apr 2024 13:11:01 +0200 Subject: [PATCH] Revert "Add stories tsconfig" This reverts commit 2bb124080630fb7bb5a95876c14e590c0989fb56. --- packages/components/tsconfig.stories.json | 26 ----------------------- tsconfig.json | 1 - 2 files changed, 27 deletions(-) delete mode 100644 packages/components/tsconfig.stories.json diff --git a/packages/components/tsconfig.stories.json b/packages/components/tsconfig.stories.json deleted file mode 100644 index 333e47e89f1a86..00000000000000 --- a/packages/components/tsconfig.stories.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "$schema": "https://json.schemastore.org/tsconfig.json", - "extends": "../../tsconfig.base.json", - "compilerOptions": { - "rootDir": "src", - "declarationDir": "build-types", - "noEmit": true, - "emitDeclarationOnly": false, - "checkJs": false, - - "types": [ "gutenberg-env" ], - "skipLibCheck": true - }, - "references": [ - { "path": "./tsconfig.json" }, - - { "path": "../block-editor" }, - { "path": "../compose" }, - { "path": "../element" }, - { "path": "../i18n" }, - { "path": "../icons" }, - { "path": "../keycodes" }, - { "path": "../primitives" } - ], - "include": [ "src/**/stories" ] -} diff --git a/tsconfig.json b/tsconfig.json index d48b1b1fa9a703..a273bd22806a84 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,6 @@ { "path": "packages/block-library" }, { "path": "packages/block-serialization-default-parser" }, { "path": "packages/components" }, - { "path": "packages/components/tsconfig.stories.json" }, { "path": "packages/compose" }, { "path": "packages/core-data" }, { "path": "packages/data" },