2024-06-05 10:06:41 +02:00
|
|
|
{
|
2024-06-28 07:49:39 +02:00
|
|
|
"extends": "@link-stack/typescript-config/tsconfig.node.json",
|
2024-06-05 10:06:41 +02:00
|
|
|
"compilerOptions": {
|
|
|
|
|
"lib": ["esnext", "dom"],
|
|
|
|
|
"outDir": "./build"
|
|
|
|
|
},
|
|
|
|
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
|
|
|
|
|
"exclude": ["build", "node_modules"]
|
|
|
|
|
}
|