blob: 4acb0fd304ef1ebb5015bf46f59f5897da4953dc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
{
"extends": "@total-typescript/tsconfig/bundler/no-dom/library-monorepo",
"compilerOptions": {
"jsx": "react-jsx",
"baseUrl": ".",
"paths": {
"@/*": ["./*"]
}
}
}
|