Skip to content

Commit

Permalink
Merge pull request #2126 from florkbr/fix-fec-config-utils-missing-te…
Browse files Browse the repository at this point in the history
…mplate

fix(fec): fix missing template.json when running fec dev
  • Loading branch information
florkbr authored Dec 2, 2024
2 parents 37dc2ea + ef6d77c commit 64f2226
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/config/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"module": "commonjs",
"target": "ES5",
"rootDir": "src",
"resolveJsonModule": true,
},
"include": ["src/**/*.ts"],
"exclude": ["jest.config.ts", "src/**/*.spec.ts", "src/**/*.test.ts", "src/**/*.test.tsx", "src/**/*.test.jsx", "src/**/*.spec.js", "src/**/*.test.js"]
Expand Down

0 comments on commit 64f2226

Please sign in to comment.