tinkering with performance
This commit is contained in:
@@ -5,9 +5,13 @@
|
||||
"include": [
|
||||
"./resources/js/**/*"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"build",
|
||||
],
|
||||
"compilerOptions": {
|
||||
"paths": {
|
||||
"@/*": ["./resources/js/"]
|
||||
"@/*": ["./resources/js/"],
|
||||
},
|
||||
"types": [
|
||||
"node"
|
||||
|
||||
Reference in New Issue
Block a user