diff --git a/package.json b/package.json index 729f6ab8..7c93dba6 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ ], "scripts": { "prepack": "nuxt-module-build build", - "dev:prepare": "nuxt-module-build build --stub; nuxi prepare playground", + "dev:prepare": "nuxt-module-build build --stub; nuxt-module-build prepare; nuxi prepare playground", "dev": "nuxi dev playground", "dev:build": "nuxi build playground", "docs": "PORT=4000 nuxi dev docs", diff --git a/src/runtime/analytics/server/tsconfig.json b/src/runtime/analytics/server/tsconfig.json new file mode 100644 index 00000000..e7988a98 --- /dev/null +++ b/src/runtime/analytics/server/tsconfig.json @@ -0,0 +1,3 @@ +{ + "extends": "../../../../.nuxt/tsconfig.server.json", +} diff --git a/src/runtime/base/server/tsconfig.json b/src/runtime/base/server/tsconfig.json new file mode 100644 index 00000000..e7988a98 --- /dev/null +++ b/src/runtime/base/server/tsconfig.json @@ -0,0 +1,3 @@ +{ + "extends": "../../../../.nuxt/tsconfig.server.json", +} diff --git a/src/runtime/blob/server/tsconfig.json b/src/runtime/blob/server/tsconfig.json new file mode 100644 index 00000000..e7988a98 --- /dev/null +++ b/src/runtime/blob/server/tsconfig.json @@ -0,0 +1,3 @@ +{ + "extends": "../../../../.nuxt/tsconfig.server.json", +} diff --git a/src/runtime/cache/server/tsconfig.json b/src/runtime/cache/server/tsconfig.json new file mode 100644 index 00000000..e7988a98 --- /dev/null +++ b/src/runtime/cache/server/tsconfig.json @@ -0,0 +1,3 @@ +{ + "extends": "../../../../.nuxt/tsconfig.server.json", +} diff --git a/src/runtime/database/server/tsconfig.json b/src/runtime/database/server/tsconfig.json new file mode 100644 index 00000000..e7988a98 --- /dev/null +++ b/src/runtime/database/server/tsconfig.json @@ -0,0 +1,3 @@ +{ + "extends": "../../../../.nuxt/tsconfig.server.json", +} diff --git a/src/runtime/kv/server/tsconfig.json b/src/runtime/kv/server/tsconfig.json new file mode 100644 index 00000000..e7988a98 --- /dev/null +++ b/src/runtime/kv/server/tsconfig.json @@ -0,0 +1,3 @@ +{ + "extends": "../../../../.nuxt/tsconfig.server.json", +} diff --git a/src/runtime/openai/server/tsconfig.json b/src/runtime/openai/server/tsconfig.json new file mode 100644 index 00000000..e7988a98 --- /dev/null +++ b/src/runtime/openai/server/tsconfig.json @@ -0,0 +1,3 @@ +{ + "extends": "../../../../.nuxt/tsconfig.server.json", +} diff --git a/tsconfig.json b/tsconfig.json index 9dd826f9..4b34df15 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,3 +1,3 @@ { - "extends": "./playground/.nuxt/tsconfig.json" + "extends": "./.nuxt/tsconfig.json" }