Converted to TS, add import
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler",
|
||||
"strict": true,
|
||||
"allowJs": true,
|
||||
"checkJs": false,
|
||||
"jsx": "preserve",
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["resources/js/*"],
|
||||
"ziggy-js": ["./vendor/tightenco/ziggy"]
|
||||
},
|
||||
},
|
||||
"include": [
|
||||
"resources/js/**/*",
|
||||
"resources/js/ziggy.d.ts",
|
||||
"resources/js/Types/types.d.ts"
|
||||
],
|
||||
"exclude": ["node_modules", "public"]
|
||||
}
|
||||
Reference in New Issue
Block a user