Skip to content

Commit 4c22369

Browse files
committed
🔧 build: Drop json files from distribution.
1 parent 1e4a0aa commit 4c22369

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/index.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
export type { Language } from "./language";
22
export * from "./localazy-languages";
3-
import * as localizedLanguagesList from "./language-lists/localized-language-list.json";
4-
export { localizedLanguagesList };
5-
export * from "./locales"
6-
export * from "./language-lists/translated-language-lists";
3+
export * from "./locales"

tsconfig.build.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"extends": "./tsconfig",
33
"include": ["src"],
4+
"exclude": ["src/language-lists"]
45
}

0 commit comments

Comments
 (0)