Files
reacord/packages/website/tsconfig.json
2022-07-23 14:24:12 -05:00

12 lines
218 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"jsx": "react-jsx",
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"]
}
},
"include": ["remix.env.d.ts", "**/*.ts", "**/*.tsx"]
}