- added working typescript support to vue
- added bouncer support - added UserPolicies - added first user index call
This commit is contained in:
13
tsconfig.vue.json
Normal file
13
tsconfig.vue.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
// tsconfig.vue.json
|
||||
|
||||
"extends": "@vue/tsconfig/tsconfig.json",
|
||||
"include": [
|
||||
"./resources/js/**/*"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"paths": {
|
||||
"@/*": ["./resources/js/"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user