diff --git a/tsconfig.json b/tsconfig.json index 31ad8c066..0f6e84ad9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,8 +8,7 @@ "compilerOptions": { "allowJs": true, "allowSyntheticDefaultImports": true, - "resolveJsonModule": true, - "noEmit": true + "resolveJsonModule": true }, "references": [ { @@ -36,12 +35,6 @@ { "path": "packages/base-plugin" }, - { - "path": "packages/schema" - }, - { - "path": "packages/types" - }, { "path": "packages/test-support" },