Files
reacord/packages/website/tsconfig.json
2023-08-16 19:32:28 -05:00

13 lines
225 B
JSON

{
"extends": "../../tsconfig.base",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react",
"baseUrl": ".",
"paths": {
"~/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist", "public/api"]
}