wechat-robot-skills/skills/web-page/scripts/tsconfig.json
2026-06-02 23:55:34 +08:00

16 lines
333 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "nodenext",
"moduleResolution": "nodenext",
"lib": ["ES2022", "DOM"],
"types": ["node"],
"strict": true,
"noEmit": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true
},
"include": ["*.ts"]
}