00Boobs00 commited on
Commit
4d336c0
·
verified ·
1 Parent(s): 1f8bd07

Upload jsconfig.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. jsconfig.json +8 -0
jsconfig.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "compilerOptions": {
3
+ "baseUrl": ".",
4
+ "paths": {
5
+ "@/components/*": ["components/*"]
6
+ }
7
+ }
8
+ }