mirror of
https://github.com/wassname/metacar.git
synced 2026-08-20 12:30:42 +08:00
18 lines
466 B
JSON
18 lines
466 B
JSON
{
|
|
"mode": "modules",
|
|
"out": "demo/docs",
|
|
"src": "src/index.ts",
|
|
"theme": "default",
|
|
"ignoreCompilerErrors": "true",
|
|
"experimentalDecorators": "true",
|
|
"emitDecoratorMetadata": "true",
|
|
"target": "ES5",
|
|
"moduleResolution": "node",
|
|
"preserveConstEnums": "true",
|
|
"stripInternal": "true",
|
|
"suppressExcessPropertyErrors": "true",
|
|
"suppressImplicitAnyIndexErrors": "true",
|
|
"module": "commonjs",
|
|
"hideGenerator": true,
|
|
"excludePrivate": true
|
|
} |