basic search implementation
This commit is contained in:
@ -1,7 +1,9 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"lib": [
|
||||
"esnext"
|
||||
"esnext",
|
||||
"DOM",
|
||||
"DOM.Iterable"
|
||||
],
|
||||
"module": "esnext",
|
||||
"target": "esnext",
|
||||
|
Reference in New Issue
Block a user