Files
aidoit.top/packages/config/nextjs.json
T
Pavel Kerndl c0b013f067
CI / frontend (push) Canceled after 0s
CI / api (push) Canceled after 0s
Initialize Aidoit v0.1 monorepo
2026-07-27 18:27:37 +02:00

9 lines
143 B
JSON

{
"extends": "./base.json",
"compilerOptions": {
"jsx": "preserve",
"incremental": true,
"plugins": [{ "name": "next" }]
}
}