more clenup and autocomplete with search working simple async calls

This commit is contained in:
talksik
2022-06-11 07:29:08 -05:00
parent a09202d653
commit b37a25fa82
4 changed files with 12 additions and 10 deletions
+3 -1
View File
@@ -15,5 +15,7 @@
},
"jsx": "react-jsx"
},
"include": ["src/**/*"]
"include": ["src/**/*"],
"exclude": ["**.js"]
}