skeleton.ts 라이브러리
This commit is contained in:
parent
71a7fab4ea
commit
ee26f28446
@ -14,10 +14,12 @@
|
||||
"incremental": true,
|
||||
"module": "esnext",
|
||||
"esModuleInterop": true,
|
||||
"moduleResolution": "node",
|
||||
"allowSyntheticDefaultImports": true, // 추가
|
||||
"moduleResolution": "bundler", // 변경: "node" → "bundler"
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"jsx": "preserve",
|
||||
"baseUrl": ".", // 추가
|
||||
"plugins": [
|
||||
{
|
||||
"name": "next"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user