All checks were successful
Docker Deploy / build-and-push (push) Successful in 5m6s
15 lines
276 B
JSON
15 lines
276 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "react-jsx",
|
|
},
|
|
"include": [
|
|
".astro/types.d.ts",
|
|
"src/**/*.ts",
|
|
"src/**/*.tsx",
|
|
"src/**/*.astro",
|
|
],
|
|
"exclude": ["node_modules", "dist"],
|
|
}
|