Yuki Takei 3 лет назад
Родитель
Сommit
9927e36447
1 измененных файлов с 0 добавлено и 19 удалено
  1. 0 19
      packages/core/tsconfig.types.json

+ 0 - 19
packages/core/tsconfig.types.json

@@ -1,19 +0,0 @@
-{
-  "extends": "./tsconfig.json",
-  "compilerOptions": {
-    "rootDir": "./src",
-    "noResolve": false,
-    "preserveConstEnums": true,
-    "sourceMap": false,
-
-    "noEmit": false,
-    "emitDeclarationOnly": true,
-    "declaration": true,
-    "declarationMap": true,
-    "declarationDir": "./types",
-
-    "baseUrl": ".",
-    "paths": {
-    }
-  }
-}