mirror of
https://github.com/ChinaSiro/claude-code-sourcemap.git
synced 2026-06-12 14:14:35 +02:00
9 lines
160 B
JavaScript
9 lines
160 B
JavaScript
'use strict';
|
|
|
|
export default {
|
|
silentJSONParsing: true,
|
|
forcedJSONParsing: true,
|
|
clarifyTimeoutError: false,
|
|
legacyInterceptorReqResOrdering: true,
|
|
};
|