Skip to content

Commit

Permalink
chore: fix tsconfig in template app
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Sep 3, 2022
1 parent 360dfde commit 78feab2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"types": []
},
"files": ["src/main.ts", "src/polyfills.ts"],
"include": ["src/**/*.d.ts", "src/**/*.ts"]
"include": ["src/**/*.d.ts"]
}

0 comments on commit 78feab2

Please sign in to comment.