8 lines
167 B
JSON
8 lines
167 B
JSON
|
{
|
||
|
"extends": "@repo/config-typescript/tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"lib": ["ESNext"],
|
||
|
"types": ["@types/node", "@total-typescript/ts-reset"]
|
||
|
}
|
||
|
}
|