2025 / tooling /typescript /nextjs.json
daqc's picture
Initial commit
ad19202
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"jsx": "preserve",
"lib": ["dom", "dom.iterable", "esnext"],
"module": "esnext",
"noEmit": true,
"plugins": [
{
"name": "next"
}
],
"target": "ES6"
},
"display": "Next.js",
"exclude": ["node_modules"],
"extends": "./base.json",
"include": ["next-env.d.ts"]
}