project-nomad/admin/inertia/tsconfig.json
2025-06-29 15:51:08 -07:00

12 lines
241 B
JSON

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