| DIR: /home/cardxfeb/public_html/vendor/laravel/breeze/stubs/inertia-vue-ts/ |
| Current File : //home/cardxfeb/public_html/vendor/laravel/breeze/stubs/inertia-vue-ts/tsconfig.json |
{
"compilerOptions": {
"allowJs": true,
"module": "ESNext",
"moduleResolution": "bundler",
"jsx": "preserve",
"strict": true,
"isolatedModules": true,
"target": "ESNext",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"skipLibCheck": true,
"paths": {
"@/*": ["./resources/js/*"]
}
},
"include": ["resources/js/**/*.ts", "resources/js/**/*.d.ts", "resources/js/**/*.vue"]
}
|