Files
my-links/inertia/tsconfig.json

14 lines
251 B
JSON

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