mirror of
https://github.com/siv-org/siv.git
synced 2026-01-09 10:27:57 -05:00
TS changes auto made by next 12
This commit is contained in:
1
next-env.d.ts
vendored
1
next-env.d.ts
vendored
@@ -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
|
||||
|
||||
@@ -19,7 +19,8 @@
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"jsx": "preserve",
|
||||
"downlevelIteration": true
|
||||
"downlevelIteration": true,
|
||||
"incremental": true
|
||||
},
|
||||
"ts-node": {
|
||||
"transpileOnly": true,
|
||||
|
||||
Reference in New Issue
Block a user