mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
fix(webapp): add jsconfig.json to navigate in webapp.
This commit is contained in:
parent
69aa616012
commit
8346d31cb8
11
webapp/jsconfig.json
Normal file
11
webapp/jsconfig.json
Normal file
@ -0,0 +1,11 @@
|
||||
// tsconfig.json
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"~/*": [
|
||||
"./*"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user