Files
alchemist/web/tsconfig.json

11 lines
269 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react",
"baseUrl": ".",
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"noEmit": true
}
}