12 lines
207 B
JSON
12 lines
207 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "react",
|
|
"baseUrl": "./src",
|
|
"paths": { "@/*": ["*"] },
|
|
"skipLibCheck": true
|
|
}
|
|
|
|
}
|