TS changes auto made by next 12

This commit is contained in:
David Ernst
2024-03-13 15:20:07 -07:00
parent 92f78921da
commit 0aaf5f9682
2 changed files with 2 additions and 2 deletions

1
next-env.d.ts vendored
View File

@@ -1,5 +1,4 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />
// NOTE: This file should not be edited

View File

@@ -19,7 +19,8 @@
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"downlevelIteration": true
"downlevelIteration": true,
"incremental": true
},
"ts-node": {
"transpileOnly": true,