Skip to content

Commit

Permalink
Fix error building ds-react
Browse files Browse the repository at this point in the history
  • Loading branch information
HalvorHaugan committed Dec 23, 2024
1 parent 982a5a3 commit 9712fa4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion @navikt/core/react/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,11 @@
"declaration": true,
"sourceMap": true
},
"include": ["./src"]
"include": ["./src"],
"exclude": [
"./src/**/*.test.ts",
"./src/**/*.test.tsx",
"./src/**/*.test-d.ts",
"./src/**/*.stories.tsx"
]
}

0 comments on commit 9712fa4

Please sign in to comment.