Skip to content

Commit

Permalink
Exclude spec.ts files from compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianGosebrink committed Mar 18, 2024
1 parent 8b45cf2 commit 8c94390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/sample-code-flow-multi-iframe/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"types": []
},
"files": ["src/main.ts", "src/polyfills.ts"],
"include": ["src/**/*.d.ts"]
"exclude": ["**/*.spec.ts"]
}

0 comments on commit 8c94390

Please sign in to comment.