fix api-extractor

This commit is contained in:
syuilo 2024-01-20 14:01:27 +09:00
parent 1de29e5566
commit cb74b61755
7 changed files with 7 additions and 6 deletions

1
.gitignore vendored
View file

@ -58,6 +58,7 @@ api-docs.json
ormconfig.json ormconfig.json
temp temp
/packages/frontend/src/**/*.stories.ts /packages/frontend/src/**/*.stories.ts
tsdoc-metadata.json
# blender backups # blender backups
*.blend1 *.blend1

View file

@ -45,7 +45,7 @@
* *
* SUPPORTED TOKENS: <projectFolder>, <packageName>, <unscopedPackageName> * SUPPORTED TOKENS: <projectFolder>, <packageName>, <unscopedPackageName>
*/ */
"mainEntryPointFilePath": "<projectFolder>/built/index.d.ts", "mainEntryPointFilePath": "<projectFolder>/built/dts/index.d.ts",
/** /**
* A list of NPM package names whose exports should be treated as part of this package. * A list of NPM package names whose exports should be treated as part of this package.

View file

@ -1,6 +1,6 @@
/* /*
* version: 2023.12.2 * version: 2023.12.2
* generatedAt: 2024-01-20T01:28:01.779Z * generatedAt: 2024-01-20T04:59:59.768Z
*/ */
import type { SwitchCaseResponseType } from '../api.js'; import type { SwitchCaseResponseType } from '../api.js';

View file

@ -1,6 +1,6 @@
/* /*
* version: 2023.12.2 * version: 2023.12.2
* generatedAt: 2024-01-20T01:28:01.777Z * generatedAt: 2024-01-20T04:59:59.766Z
*/ */
import type { import type {

View file

@ -1,6 +1,6 @@
/* /*
* version: 2023.12.2 * version: 2023.12.2
* generatedAt: 2024-01-20T01:28:01.775Z * generatedAt: 2024-01-20T04:59:59.765Z
*/ */
import { operations } from './types.js'; import { operations } from './types.js';

View file

@ -1,6 +1,6 @@
/* /*
* version: 2023.12.2 * version: 2023.12.2
* generatedAt: 2024-01-20T01:28:01.774Z * generatedAt: 2024-01-20T04:59:59.764Z
*/ */
import { components } from './types.js'; import { components } from './types.js';

View file

@ -3,7 +3,7 @@
/* /*
* version: 2023.12.2 * version: 2023.12.2
* generatedAt: 2024-01-20T01:28:01.695Z * generatedAt: 2024-01-20T04:59:59.681Z
*/ */
/** /**