diff --git a/core/type/package.json b/core/type/package.json index 7e46b594b..e198d3a60 100644 --- a/core/type/package.json +++ b/core/type/package.json @@ -26,8 +26,5 @@ "homepage": "https://github.com/AliMD/alwatr/tree/main/core/type#readme", "bugs": { "url": "https://github.com/AliMD/alwatr/issues" - }, - "dependencies": { - "tslib": "~2.4.1" } } diff --git a/core/type/src/type.ts b/core/type/src/type.ts deleted file mode 100644 index cb0ff5c3b..000000000 --- a/core/type/src/type.ts +++ /dev/null @@ -1 +0,0 @@ -export {}; diff --git a/core/type/tsconfig.json b/core/type/tsconfig.json index 59ff989e7..0db16f5e2 100644 --- a/core/type/tsconfig.json +++ b/core/type/tsconfig.json @@ -5,12 +5,6 @@ "tsBuildInfoFile": ".tsbuildinfo", "rootDir": "src", "outDir": ".", - "plugins": [ - { - "name": "ts-lit-plugin", - "strict": true - } - ] }, // files, include and exclude from the inheriting config are always overwritten. "include": ["src/**/*.ts"],