mirror of
https://fast.feibisi.com/https://github.com/parcelvoy/js-sdk.git
synced 2026-03-03 20:06:32 +08:00
17 lines
397 B
JSON
17 lines
397 B
JSON
{
|
|
"compilerOptions": {
|
|
"downlevelIteration": true,
|
|
"moduleResolution": "node",
|
|
"module": "commonjs",
|
|
"lib": ["dom", "esnext", "dom.iterable"],
|
|
"importHelpers": true,
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"outDir": "lib/cjs",
|
|
"strict": true,
|
|
"target": "ESNext",
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"resolveJsonModule": true,
|
|
}
|
|
}
|