Compare commits
No commits in common. "f386a526bf95afd792938581071545117a4389ab" and "45b748b4ca2f51636505d32821e50621b4e3e7fb" have entirely different histories.
f386a526bf
...
45b748b4ca
@ -14,12 +14,10 @@
|
|||||||
"incremental": true,
|
"incremental": true,
|
||||||
"module": "esnext",
|
"module": "esnext",
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"allowSyntheticDefaultImports": true, // 추가
|
"moduleResolution": "node",
|
||||||
"moduleResolution": "bundler", // 변경: "node" → "bundler"
|
|
||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
"isolatedModules": true,
|
"isolatedModules": true,
|
||||||
"jsx": "preserve",
|
"jsx": "preserve",
|
||||||
"baseUrl": ".", // 추가
|
|
||||||
"plugins": [
|
"plugins": [
|
||||||
{
|
{
|
||||||
"name": "next"
|
"name": "next"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user