gaza/tsconfig.json
Ubuntu fbcc342c5f 定义标准协议 TypeScript 数据模型
Co-authored-by: multica-agent <github@multica.ai>
2026-08-03 19:05:26 +00:00

17 lines
382 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"strict": true,
"noUncheckedIndexedAccess": true,
"exactOptionalPropertyTypes": true,
"declaration": true,
"sourceMap": true,
"rootDir": ".",
"outDir": "dist-tests",
"skipLibCheck": true
},
"include": ["src/**/*.ts", "test/**/*.ts"]
}