mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-14 04:00:42 -04:00
feat: cache the component library and allow declaration movement (#51909)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
@@ -10,5 +10,5 @@ shared/config/superblocks.js
|
||||
web/**
|
||||
docs/**/*.md
|
||||
tools/ui-components/dist/**
|
||||
playwright.config.ts
|
||||
tools/ui-components/types/**
|
||||
playwright.config.ts
|
||||
|
||||
2
tools/ui-components/.gitignore
vendored
2
tools/ui-components/.gitignore
vendored
@@ -1,2 +1,2 @@
|
||||
types/
|
||||
dist/
|
||||
dist/
|
||||
@@ -10,7 +10,9 @@
|
||||
"strict": true,
|
||||
"emitDeclarationOnly": true,
|
||||
"declaration": true,
|
||||
"declarationDir": "types"
|
||||
"declarationDir": "types",
|
||||
// can be removed, when we move the components into its own repo.
|
||||
"declarationMap": true
|
||||
},
|
||||
"exclude": ["node_modules", "dist", "types"],
|
||||
"ts-node": {
|
||||
|
||||
Reference in New Issue
Block a user