Update Dockerfiles, add signal api generated outputs

This commit is contained in:
Darren Clarke 2024-06-05 10:06:41 +02:00
parent 31da4b0e62
commit 83653ef23b
65 changed files with 6728 additions and 21 deletions

View file

@ -0,0 +1,9 @@
{
"extends": "@link-stack/typescript-config/tsconfig.json",
"compilerOptions": {
"lib": ["esnext", "dom"],
"outDir": "./build"
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["build", "node_modules"]
}