Skip to content

Commit

Permalink
fix(core/type): remove extras
Browse files Browse the repository at this point in the history
  • Loading branch information
MM25Zamanian authored and alimd committed Dec 28, 2022
1 parent 1d8d1bd commit 63fe462
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions core/type/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
1 change: 0 additions & 1 deletion core/type/src/type.ts

This file was deleted.

6 changes: 0 additions & 6 deletions core/type/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 63fe462

Please sign in to comment.