13 lines
189 B
JSON
13 lines
189 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "hono/jsx",
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@*": [
|
|
"src/*"
|
|
]
|
|
}
|
|
}
|
|
} |