mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 14:43:24 +00:00
15 lines
307 B
JSON
15 lines
307 B
JSON
{
|
|
"extends": "@adonisjs/tsconfig/tsconfig.client.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"module": "ESNext",
|
|
"jsx": "react-jsx",
|
|
"resolveJsonModule": true,
|
|
"paths": {
|
|
"~/*": ["./*"],
|
|
"config-ssr": ["../config/ssr"]
|
|
}
|
|
},
|
|
"include": ["./**/*.ts", "./**/*.tsx", "../config/ssr.ts"]
|
|
}
|