mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 07:03:25 +00:00
13 lines
239 B
JSON
13 lines
239 B
JSON
{
|
|
"extends": "@adonisjs/tsconfig/tsconfig.client.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"module": "ESNext",
|
|
"jsx": "react-jsx",
|
|
"paths": {
|
|
"~/*": ["./*"]
|
|
}
|
|
},
|
|
"include": ["./**/*.ts", "./**/*.tsx"]
|
|
}
|