We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72239ee + c54b84d commit bda4dc3Copy full SHA for bda4dc3
packages/nuxt/build.config.ts
@@ -0,0 +1,7 @@
1
+import { defineBuildConfig } from 'unbuild';
2
+
3
+// Build Config for the Nuxt Module Builder: https://github.com/nuxt/module-builder
4
+export default defineBuildConfig({
5
+ // The devDependency "@sentry-internal/nitro-utils" triggers "Inlined implicit external", but it's not external
6
+ failOnWarn: false,
7
+});
packages/nuxt/tsconfig.json
@@ -1,7 +1,7 @@
{
"extends": "../../tsconfig.json",
- "include": ["src/**/*"],
+ "include": ["src/**/*", "build.config.ts"],
"compilerOptions": {
// package-specific options
0 commit comments