From fe1ba2ad6affeb6c0e97c73171d8fa3f31dde73e Mon Sep 17 00:00:00 2001 From: Markus Hatvan Date: Thu, 14 Oct 2021 13:24:58 +0200 Subject: chore: convert files to TS (#2066) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 19ce3d496..e9fc56309 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "test:watch": "jest --watch", "lint": "eslint \"{src,scripts,packages,uidev}/**/*.{js,jsx,ts,tsx}\" --quiet", "lint:fix": "npm run lint -- --fix", - "extract": "formatjs extract 'src/**/*.{js,ts}' --out-file temp.json --flatten --id-interpolation-pattern '[sha512:contenthash:base64:6]' --preserve-whitespace", + "extract": "formatjs extract 'src/**/*.{js,ts,tsx}' --out-file temp.json --flatten --id-interpolation-pattern '[sha512:contenthash:base64:6]' --preserve-whitespace", "compile": "formatjs compile 'temp.json' --out-file src/i18n/locales/en-US.json", "manage-translations": "npm run extract && npm run compile && rimraf temp.json", "prebuild": "preval-build-info-cli && gulp build", -- cgit v1.2.3-70-g09d2