Files
wow-pi/packages/wow-core/tsconfig.json
2026-06-09 00:39:43 +08:00

14 lines
252 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"esModuleInterop": true,
"strict": true,
"noEmit": true,
"skipLibCheck": true,
"types": ["bun"]
},
"include": ["src"]
}