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