From 3f8de3e6de13fe04348f2a30c8f28f8dfcdc1c0d Mon Sep 17 00:00:00 2001 From: Konstantin Tsabolov <konstantin.tsabolov@spherity.com> Date: Mon, 27 Nov 2023 18:53:35 +0100 Subject: [PATCH] chore: do not use swc for shared and ssi --- apps/shared/nest-cli.json | 11 +---------- apps/ssi-abstraction/nest-cli.json | 11 +---------- 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/apps/shared/nest-cli.json b/apps/shared/nest-cli.json index b9af737..2566481 100644 --- a/apps/shared/nest-cli.json +++ b/apps/shared/nest-cli.json @@ -1,14 +1,5 @@ { "$schema": "https://json.schemastore.org/nest-cli", "collection": "@nestjs/schematics", - "sourceRoot": "src", - "compilerOptions": { - "typeCheck": true, - "builder": { - "type": "swc", - "options": { - "swcrcPath": "../../.swcrc" - } - } - } + "sourceRoot": "src" } diff --git a/apps/ssi-abstraction/nest-cli.json b/apps/ssi-abstraction/nest-cli.json index b9af737..2566481 100644 --- a/apps/ssi-abstraction/nest-cli.json +++ b/apps/ssi-abstraction/nest-cli.json @@ -1,14 +1,5 @@ { "$schema": "https://json.schemastore.org/nest-cli", "collection": "@nestjs/schematics", - "sourceRoot": "src", - "compilerOptions": { - "typeCheck": true, - "builder": { - "type": "swc", - "options": { - "swcrcPath": "../../.swcrc" - } - } - } + "sourceRoot": "src" } -- GitLab