Files
sentry-toolkit/inertia/tsconfig.json
2025-05-16 20:31:14 -04:00

13 lines
270 B
JSON

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