Files
third_party_re2/app/tsconfig.json
T
ganchuantao1 720274a4cd re2 解压缩包
Signed-off-by:ganchuantao1<ganchuantao1@huawei.com>

Signed-off-by: ganchuantao1 <ganchuantao1@huawei.com>
2025-07-08 19:03:16 +08:00

18 lines
397 B
JSON

{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"noEmitOnError": true,
"lib": ["esnext", "dom"],
"strict": true,
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"importHelpers": true,
"sourceMap": true,
"inlineSources": true,
"incremental": true
}
}