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