link-stack/packages/signal-api/tsconfig.json

10 lines
268 B
JSON
Raw Permalink Normal View History

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