Files
chat/packages/types/tsconfig.json

11 lines
183 B
JSON
Raw Normal View History

2026-04-25 16:36:34 +08:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"declaration": true,
"target": "ES5",
"lib": ["ES2015"],
"module": "CommonJS"
},
"include": ["src"]
}