Skip to content

Commit

Permalink
fix(fec): fix missing locales/data.json when running fec dev
Browse files Browse the repository at this point in the history
  • Loading branch information
florkbr committed Dec 2, 2024
1 parent 38b2d76 commit 3c90519
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 3c90519

Please sign in to comment.