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": ".",
|
"baseUrl": ".",
|
||||||
"paths": {
|
"paths": {
|
||||||
"~/*": ["./app/*"],
|
"~/*": ["./app/*"],
|
||||||
"@/*": ["./app/*"]
|
"@/*": ["./resources/js/*"]
|
||||||
},
|
},
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"verbatimModuleSyntax": true,
|
"verbatimModuleSyntax": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user