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