Skip to content

Commit

Permalink
Merge pull request #2127 from florkbr/fix-fec-translation-utils-missi…
Browse files Browse the repository at this point in the history
…ng-locales

fix(fec): fix missing locales/data.json when running fec dev
  • Loading branch information
florkbr authored Dec 2, 2024
2 parents 38b2d76 + 3c90519 commit e905f12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/translations/tsconfig.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"module": "ES2015",
"target": "ES5",
"rootDir": "./src",
"resolveJsonModule": true,
},
"include": ["./src/**/*.ts", "./src/**/*.js"],
"exclude": ["jest.config.ts", "src/**/*.spec.ts", "src/**/*.spec.js", "src/**/*.test.ts", "src/**/*.test.ts", "src/**/*.test.tsx", "src/**/*.test.jsx"]
Expand Down

0 comments on commit e905f12

Please sign in to comment.