Files
myListBridgeFront/tsconfig.node.json
bcjang ae33fb9bce 초기 커밋
바이브 > 스포티파이
2025-11-28 16:12:32 +09:00

12 lines
233 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts"]
}