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