Skip to content

Commit 1d896a5

Browse files
committed
chore: use nuxt generated tsconfig
1 parent 536342d commit 1d896a5

File tree

3 files changed

+3
-19
lines changed

3 files changed

+3
-19
lines changed

packages/nuxt/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"LICENSE.md"
5151
],
5252
"scripts": {
53+
"postinstall": "nuxt-module-build prepare",
5354
"build": "nuxt-module-build build",
5455
"dev": "tsup --watch",
5556
"prepack": "pnpm build",

packages/nuxt/tsconfig.base.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

packages/nuxt/tsconfig.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
2-
"extends": "./tsconfig.base.json",
3-
"compilerOptions": {
4-
"declaration": false,
5-
"esModuleInterop": true
6-
}
2+
"extends": "./.nuxt/tsconfig.json",
3+
"exclude": ["dist", "node_modules", "playground"]
74
}

0 commit comments

Comments
 (0)