Skip to content

Commit 2fa0ed1

Browse files
committed
use files property for white-listing packetized files
1 parent 460623f commit 2fa0ed1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
"typescript-plugin-css-modules": "^5.0.1",
1919
"vite": "^4.3.2",
2020
"vitest": "^0.34.6"
21-
}
21+
},
22+
"files": ["src/**/*", "public/**/*", "vite.config.ts", "tsconfig.json"]
2223
}

0 commit comments

Comments
 (0)