Skip to content

Commit

Permalink
fix tsconfig in angular cli template
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Jan 30, 2023
1 parent f17d587 commit 6ff9672
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"allowSyntheticDefaultImports": true
},
"exclude": ["../src/test.ts", "../src/**/*.spec.ts"],
"include": ["../src/**/*"],
"include": ["../src/**/*", "./preview.ts"],
"files": ["./typings.d.ts"]
}

0 comments on commit 6ff9672

Please sign in to comment.