fix invalid tsconfig field
This commit is contained in:
committed by
Arjun Patel
parent
ac6d5906eb
commit
4fd43ed5d5
+1
-1
@@ -12,7 +12,7 @@
|
||||
"resolveJsonModule": true,
|
||||
"jsx": "react-jsx",
|
||||
"strict": true,
|
||||
"baseUrl": ".",
|
||||
"baseUrl": "./",
|
||||
"paths": {
|
||||
"@/*": ["./src/*"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user