9 lines
263 B
JSON
9 lines
263 B
JSON
{
|
|
"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"]
|
|
}
|