Skip to content

Commit

Permalink
fix(serialization): Remove noEmit compiler option
Browse files Browse the repository at this point in the history
  • Loading branch information
sullivanpj committed Sep 26, 2024
1 parent 2fd974b commit 6591e6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/serialization/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"noEmit": true
"outDir": "../../dist/out-tsc"
},
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.js", "src/**/*.jsx"],
"exclude": ["jest.config.ts", "src/**/*.spec.ts", "src/**/*.test.ts"]
Expand Down

0 comments on commit 6591e6f

Please sign in to comment.