mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-05 13:01:30 +01:00
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": ["@types/node", "@total-typescript/ts-reset"],
|
|
|
|
"noEmit": true
|
|
}
|
|
}
|