11 lines
194 B
JSON
11 lines
194 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"compilerOptions": {
|
|
"extendedDiagnostics": true,
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "react"
|
|
},
|
|
"ts-node": {
|
|
"esm": true,
|
|
}
|
|
} |