14 lines
305 B
JSON
14 lines
305 B
JSON
|
{
|
||
|
"extends": "@repo/config-typescript/tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"target": "ESNext",
|
||
|
"module": "NodeNext",
|
||
|
"moduleResolution": "NodeNext",
|
||
|
"resolveJsonModule": true,
|
||
|
"lib": ["ESNext"],
|
||
|
"types": ["@total-typescript/ts-reset", "@types/node"],
|
||
|
|
||
|
"noEmit": true
|
||
|
}
|
||
|
}
|