Files
cms.fellies.org/packages/config/tsconfig/next.json
2026-02-10 01:25:57 +01:00

16 lines
311 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./base.json",
"compilerOptions": {
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"allowSyntheticDefaultImports": true,
"jsx": "preserve",
"incremental": true,
"plugins": [
{
"name": "next"
}
]
}
}