Files
wechatAiclaw/tsconfig.json
丹尼尔 36101a4405 fix:bug
2026-03-10 16:44:07 +08:00

14 lines
267 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"outDir": "dist",
"rootDir": "src",
"strict": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true
},
"include": ["src"]
}