pushing all files
This commit is contained in:
17
jsconfig.json
Normal file
17
jsconfig.json
Normal file
@ -0,0 +1,17 @@
|
||||
// {
|
||||
// "compilerOptions": {
|
||||
// "paths": {
|
||||
// "@/*": ["./*"]
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
|
||||
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["src/*"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user