From 613b73d8a511f43c4b01bf60f12c2a4e583f75c6 Mon Sep 17 00:00:00 2001 From: splincode Date: Mon, 4 Dec 2023 15:26:56 +0300 Subject: [PATCH] feat(tsconfig): revert --- projects/tsconfig/{types => @types}/ng-dev-mode/index.d.ts | 0 projects/tsconfig/tsconfig.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename projects/tsconfig/{types => @types}/ng-dev-mode/index.d.ts (100%) diff --git a/projects/tsconfig/types/ng-dev-mode/index.d.ts b/projects/tsconfig/@types/ng-dev-mode/index.d.ts similarity index 100% rename from projects/tsconfig/types/ng-dev-mode/index.d.ts rename to projects/tsconfig/@types/ng-dev-mode/index.d.ts diff --git a/projects/tsconfig/tsconfig.json b/projects/tsconfig/tsconfig.json index 52a7ac00..dbb34ff5 100644 --- a/projects/tsconfig/tsconfig.json +++ b/projects/tsconfig/tsconfig.json @@ -29,7 +29,7 @@ "target": "es2015", "module": "es2020", "lib": ["es2017", "es2018.asynciterable", "dom"], - "typeRoots": ["node_modules/@types", "types"], + "typeRoots": ["node_modules/@types", "node_modules/@taiga-ui/tsconfig/@types"], "types": ["ng-dev-mode", "node"], "skipLibCheck": true, "downlevelIteration": true,