From 2937bfbb8e70d670712fa1ce1d4acb0be9d524e5 Mon Sep 17 00:00:00 2001 From: Konstantin Tsabolov <konstantin.tsabolov@spherity.com> Date: Wed, 13 Dec 2023 17:28:10 +0100 Subject: [PATCH] chore: switch to tsc 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