Update
This commit is contained in:
2
resources/js/types/index.ts
Normal file
2
resources/js/types/index.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Re-export all types from index.d.ts
|
||||
export type * from './index.d.ts';
|
||||
@@ -17,7 +17,7 @@
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"~/*": ["./app/*"],
|
||||
"@/*": ["./app/*"]
|
||||
"@/*": ["./resources/js/*"]
|
||||
},
|
||||
"esModuleInterop": true,
|
||||
"verbatimModuleSyntax": true,
|
||||
|
||||
Reference in New Issue
Block a user