fix: vscode imports

This commit is contained in:
2023-11-20 22:10:34 +00:00
parent aaa56738b5
commit b64c9fa767

View File

@ -1,6 +1,6 @@
{ {
"compilerOptions": { "compilerOptions": {
"baseUrl": "src", "baseUrl": ".",
"target": "ESNext", "target": "ESNext",
"module": "ESNext", "module": "ESNext",
"jsx": "react-jsx", "jsx": "react-jsx",