From 546d9f01ba63853b69c52078c214d9c3f76abf98 Mon Sep 17 00:00:00 2001 From: janrywang Date: Tue, 16 Jul 2019 01:23:04 +0800 Subject: [PATCH] fix(typescript): fix typescript config --- packages/core/tsconfig.json | 18 ------------------ packages/react/tsconfig.json | 21 --------------------- packages/types/tsconfig.json | 8 -------- 3 files changed, 47 deletions(-) delete mode 100644 packages/core/tsconfig.json delete mode 100644 packages/react/tsconfig.json delete mode 100644 packages/types/tsconfig.json diff --git a/packages/core/tsconfig.json b/packages/core/tsconfig.json deleted file mode 100644 index 82f94f51d26..00000000000 --- a/packages/core/tsconfig.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "extends": "../tsconfig.settings.json", - "compilerOptions": { - "rootDir": "src", - "outDir": "lib" - }, - "references": [ - { - "path": "../utils" - }, - { - "path": "../validator" - }, - { - "path": "../types" - } - ] -} \ No newline at end of file diff --git a/packages/react/tsconfig.json b/packages/react/tsconfig.json deleted file mode 100644 index 1e6b5809f21..00000000000 --- a/packages/react/tsconfig.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "extends": "../tsconfig.settings.json", - "compilerOptions": { - "rootDir": "src", - "outDir": "lib" - }, - "references": [ - { - "path": "../core" - }, - { - "path": "../utils" - }, - { - "path": "../validator" - }, - { - "path": "../types" - } - ] -} \ No newline at end of file diff --git a/packages/types/tsconfig.json b/packages/types/tsconfig.json deleted file mode 100644 index 62b12ad8f98..00000000000 --- a/packages/types/tsconfig.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "extends": "../tsconfig.settings.json", - "compilerOptions": { - "rootDir": "src", - "outDir": "lib" - }, - "references": [] -} \ No newline at end of file