Files
sentry-toolkit/inertia/tsconfig.json
2025-05-18 20:44:42 -04:00

14 lines
268 B
JSON

{
"extends": "@adonisjs/tsconfig/tsconfig.client.json",
"compilerOptions": {
"baseUrl": ".",
"jsx": "preserve",
"module": "ESNext",
"jsxImportSource": "vue",
"paths": {
"~/*": ["./*"]
}
},
"include": ["./**/*.ts", "./**/*.vue"]
}