Skip to content

Commit

Permalink
fix(fec): fix missing template.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 37dc2ea commit ef6d77c
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 ef6d77c

Please sign in to comment.