mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-19 13:21:46 +00:00
chore: move i18n to shared package (#1066)
* chore: move i18n to shared package * chore: move server translations to shared package and apply linter and prettier on entire shared package
This commit is contained in:
+22
-1
@@ -12,6 +12,26 @@
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"require": "./dist/index.cjs"
|
||||
},
|
||||
"./i18n": {
|
||||
"types": "./dist/i18n/index.d.ts",
|
||||
"import": "./dist/i18n/index.js",
|
||||
"require": "./dist/i18n/index.cjs"
|
||||
},
|
||||
"./i18n/*": {
|
||||
"types": "./dist/i18n/*/index.d.ts",
|
||||
"import": "./dist/i18n/*/index.js",
|
||||
"require": "./dist/i18n/*/index.cjs"
|
||||
}
|
||||
},
|
||||
"typesVersions": {
|
||||
"*": {
|
||||
"i18n": [
|
||||
"./dist/i18n/index.d.ts"
|
||||
],
|
||||
"i18n/*": [
|
||||
"./dist/i18n/*/index.d.ts"
|
||||
]
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
@@ -38,6 +58,7 @@
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"eslint-plugin-prettier": "^5.5.5",
|
||||
"prettier": "3.8.3",
|
||||
"prettier-plugin-organize-imports": "^4.3.0"
|
||||
"prettier-plugin-organize-imports": "^4.3.0",
|
||||
"typescript-eslint": "^8.58.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user