feat: search

This commit is contained in:
Travis Fischer
2021-01-16 10:25:20 -05:00
parent e66931a098
commit b57d7651ba
9 changed files with 90 additions and 22 deletions

View File

@@ -2,7 +2,7 @@
"compilerOptions": {
"target": "es2016",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": false,
"allowJs": true,
"skipLibCheck": true,
"strict": false,
"forceConsistentCasingInFileNames": true,