link-stack/packages/typescript-config/tsconfig.next.json

18 lines
319 B
JSON
Raw Normal View History

2024-06-05 15:12:48 +02:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"jsx": "preserve",
"lib": ["dom", "dom.iterable", "esnext"],
"noEmit": true,
"moduleResolution": "bundler",
"plugins": [
{
"name": "next"
},
{
"name": "typescript-eslint-language-service"
}
]
}
}