Files
reacord/packages/website/tsconfig.json
2023-03-12 19:44:59 -05:00

13 lines
258 B
JSON

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