This commit is contained in:
ct
2025-05-29 01:28:13 +08:00
parent 84f447e388
commit 862a6bb19e
2 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
// Re-export all types from index.d.ts
export type * from './index.d.ts';

View File

@@ -17,7 +17,7 @@
"baseUrl": ".", "baseUrl": ".",
"paths": { "paths": {
"~/*": ["./app/*"], "~/*": ["./app/*"],
"@/*": ["./app/*"] "@/*": ["./resources/js/*"]
}, },
"esModuleInterop": true, "esModuleInterop": true,
"verbatimModuleSyntax": true, "verbatimModuleSyntax": true,