Skip to content

Commit 71b0c93

Browse files
committed
Fix build artifacts
1 parent 999c38d commit 71b0c93

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/tag/svey-xyz/simple-shader-component?include_prereleases&sort=semver)](https://GitHub.com/svey-xyz/simple-shader-component/tags/)
55
[![GitHub commits](https://badgen.net/github/commits/svey-xyz/simple-shader-component)](https://GitHub.com/svey-xyz/simple-shader-component/commit/)
66
[![GNU license v3.0](https://img.shields.io/badge/License-GNU-green.svg)](https://github.com/svey-xyz/simple-shader-component/LICENSE)
7-
[![Bundle size](https://img.shields.io/bundlejs/size/simple-shader-component)](https://github.com/svey-xyz/simple-shader-component/LICENSE)
7+
[![Bundle size](https://img.shields.io/bundlejs/size/simple-shader-component)](https://github.com/svey-xyz/simple-shader-component)
88

99

1010
## Description

tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"compilerOptions": {
33
"outDir": "dist",
4+
"rootDir": "src",
45
"declaration": true,
56
"declarationDir": "dist",
67
"emitDeclarationOnly": false,
@@ -21,7 +22,8 @@
2122
],
2223
"exclude": [
2324
"node_modules",
24-
"dist"
25+
"dist",
26+
"__tests__"
2527
],
2628
"types": [
2729
"node",

0 commit comments

Comments
 (0)