[RFC] Add Three Homepage Sections (#1112)

This commit is contained in:
Mike DelGaudio
2021-08-25 04:08:22 -04:00
committed by GitHub
parent b74788e036
commit 4e901c714c
8 changed files with 285 additions and 27 deletions

View File

@@ -1,7 +1,7 @@
{
"extends": "./generic-tsconfig.json",
"compilerOptions": {
"lib": ["esnext", "dom"],
"lib": ["esnext", "dom", "dom.iterable"],
"types": ["node"]
},
"include": ["src/shared/**/*", "src/static-build/**/*"]