* chore(docs-util): Improve generate references script and action * added if condition for API reference * fix api reference condition * fix description of action * fix body value * fix step name
12 lines
202 B
JSON
12 lines
202 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
},
|
|
"include": ["*.ts"],
|
|
"ts-node": {
|
|
"esm": true,
|
|
},
|
|
} |