Skip to content

Commit

Permalink
Upgrade mass boop with v2 (#580)
Browse files Browse the repository at this point in the history
* fix: i don't know how dialog went mising (#579)

* chore: commit wip

* chore: commit wip

---------

Co-authored-by: Edward Granger <edward.granger@washpost.com>
  • Loading branch information
artmsilva and ebgranger committed Feb 25, 2024
1 parent 98732e0 commit b23a648
Show file tree
Hide file tree
Showing 37 changed files with 4,895 additions and 6,928 deletions.
22 changes: 4 additions & 18 deletions build.washingtonpost.com/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,11 @@
"compilerOptions": {
"baseUrl": ".",
"paths": {
"~/*": [
"./*"
],
"@/*": [
"./*"
]
"~/*": ["./*"],
"@/*": ["./*"]
},
"target": "es5",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"strict": false,
Expand All @@ -35,11 +27,5 @@
"public",
"pages/kitchen-sink/**/*"
],
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
"**/*.js",
"**/*.jsx"
]
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "**/*.js", "**/*.jsx"]
}
Loading

0 comments on commit b23a648

Please sign in to comment.