diff options
| author | Shinigami <[email protected]> | 2023-07-15 07:23:28 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-15 07:23:28 +0200 |
| commit | 0708eb4efe9494ba64fe7029e6c0559aeb8d519c (patch) | |
| tree | fa678de84ca993ab19bc132debae26ae1f6a0d89 /test/scripts | |
| parent | c6323f81339b2371305dd8be38a1946be5140683 (diff) | |
| download | faker-0708eb4efe9494ba64fe7029e6c0559aeb8d519c.tar.xz faker-0708eb4efe9494ba64fe7029e6c0559aeb8d519c.zip | |
infra: reduce tsconfig complexity (#2102)
Diffstat (limited to 'test/scripts')
| -rw-r--r-- | test/scripts/apidoc/tsconfig.json | 6 | ||||
| -rw-r--r-- | test/scripts/apidoc/utils.ts | 2 |
2 files changed, 0 insertions, 8 deletions
diff --git a/test/scripts/apidoc/tsconfig.json b/test/scripts/apidoc/tsconfig.json deleted file mode 100644 index dafe3a14..00000000 --- a/test/scripts/apidoc/tsconfig.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "compilerOptions": { - "target": "ES5" - }, - "include": ["signature.example.ts", "module.example.ts"] -} diff --git a/test/scripts/apidoc/utils.ts b/test/scripts/apidoc/utils.ts index 2addfe65..095592c5 100644 --- a/test/scripts/apidoc/utils.ts +++ b/test/scripts/apidoc/utils.ts @@ -34,7 +34,6 @@ export function loadExampleMethods(): Record<string, SignatureReflection> { return loadProjectModules( { entryPoints: ['test/scripts/apidoc/signature.example.ts'], - tsconfig: 'test/scripts/apidoc/tsconfig.json', }, true )['SignatureTest'][1]; @@ -47,7 +46,6 @@ export function loadExampleModules(): Record<string, DeclarationReflection> { const modules = loadProjectModules( { entryPoints: ['test/scripts/apidoc/module.example.ts'], - tsconfig: 'test/scripts/apidoc/tsconfig.json', }, true ); |
