Added some basic shared components, utils, hooks
This commit is contained in:
8
client/jsconfig.json
Normal file
8
client/jsconfig.json
Normal file
@@ -0,0 +1,8 @@
|
||||
// This config allows VSCode intellisense to work with absolute "src" imports and jsx files
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": "./src",
|
||||
"jsx": "react"
|
||||
},
|
||||
"exclude": ["node_modules", "dist", "dev"]
|
||||
}
|
||||
Reference in New Issue
Block a user