Skip to content

Commit

Permalink
exclude legacy fonts path
Browse files Browse the repository at this point in the history
  • Loading branch information
rvilarl committed Oct 8, 2021
1 parent 5ee860b commit 7854d72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion tsconfig.dynamic.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"@petaluma": ["fonts/loadDynamic"],
"@custom": ["fonts/loadDynamic"]
},
}
},
"exclude": ["./src/fonts/legacy"]
}
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"@gonville": ["fonts/loadStatic"],
"@petaluma": ["fonts/loadStatic"],
"@custom": ["fonts/loadStatic"]
}
}
},
},
"exclude": ["./src/fonts/legacy"]
}

0 comments on commit 7854d72

Please sign in to comment.