mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-13 21:02:56 +08:00
15 lines
349 B
JSON
15 lines
349 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Next.js",
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"plugins": [{ "name": "next" }],
|
|
"jsx": "preserve",
|
|
"allowJs": true,
|
|
"incremental": true,
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
|
"resolveJsonModule": true,
|
|
"strictNullChecks": true
|
|
}
|
|
}
|