diff --git a/examples/empty/tsconfig.json b/examples/empty/tsconfig.json index b9fa686a90..187b551f5a 100644 --- a/examples/empty/tsconfig.json +++ b/examples/empty/tsconfig.json @@ -32,6 +32,7 @@ "dist/", ".cache/", ".tmp/", + ".strapi/", // Do not include admin files in the server compilation "src/admin/", diff --git a/examples/experimental-dev/tsconfig.json b/examples/experimental-dev/tsconfig.json index d3d6028be5..0951f1da9f 100644 --- a/examples/experimental-dev/tsconfig.json +++ b/examples/experimental-dev/tsconfig.json @@ -11,6 +11,7 @@ "dist/", ".cache/", ".tmp/", + ".strapi/", "src/admin/", "**/*.test.ts", "src/plugins/**" diff --git a/examples/kitchensink-ts/tsconfig.json b/examples/kitchensink-ts/tsconfig.json index 96c75aabee..ad7ea6dc0c 100644 --- a/examples/kitchensink-ts/tsconfig.json +++ b/examples/kitchensink-ts/tsconfig.json @@ -24,6 +24,7 @@ "dist/", ".cache/", ".tmp/", + ".strapi/", "src/admin/", "**/*.test.ts", "src/plugins/**" diff --git a/packages/cli/create-strapi-app/templates/example/tsconfig.json b/packages/cli/create-strapi-app/templates/example/tsconfig.json index b9fa686a90..187b551f5a 100644 --- a/packages/cli/create-strapi-app/templates/example/tsconfig.json +++ b/packages/cli/create-strapi-app/templates/example/tsconfig.json @@ -32,6 +32,7 @@ "dist/", ".cache/", ".tmp/", + ".strapi/", // Do not include admin files in the server compilation "src/admin/", diff --git a/packages/cli/create-strapi-app/templates/vanilla/tsconfig.json b/packages/cli/create-strapi-app/templates/vanilla/tsconfig.json index b9fa686a90..187b551f5a 100644 --- a/packages/cli/create-strapi-app/templates/vanilla/tsconfig.json +++ b/packages/cli/create-strapi-app/templates/vanilla/tsconfig.json @@ -32,6 +32,7 @@ "dist/", ".cache/", ".tmp/", + ".strapi/", // Do not include admin files in the server compilation "src/admin/", diff --git a/templates/website/tsconfig.json b/templates/website/tsconfig.json index b9fa686a90..187b551f5a 100644 --- a/templates/website/tsconfig.json +++ b/templates/website/tsconfig.json @@ -32,6 +32,7 @@ "dist/", ".cache/", ".tmp/", + ".strapi/", // Do not include admin files in the server compilation "src/admin/",