mirror of
https://github.com/theoludwig/theoludwig.git
synced 2026-08-25 09:21:33 +02:00
11 lines
250 B
JSON
11 lines
250 B
JSON
{
|
|
"extends": "@repo/config-typescript/tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["DOM", "DOM.Iterable", "ESNext"],
|
|
"types": ["@total-typescript/ts-reset"],
|
|
"paths": {
|
|
"next/root-params": ["./src/root-params.d.ts"]
|
|
}
|
|
}
|
|
}
|