Files
chat/client/web/tsconfig.node.json

7 lines
89 B
JSON
Raw Normal View History

2026-04-25 16:36:34 +08:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "CommonJS",
}
}