chore: refactor workspace

This commit is contained in:
iCrawl
2023-05-03 02:14:22 +02:00
parent c429763be8
commit 7e875f6919
129 changed files with 1662 additions and 1371 deletions

View File

@@ -1 +1 @@
/typings/**/*
typings

View File

@@ -1,8 +1,8 @@
# Packages
node_modules/
node_modules
# Log files
logs/
logs
*.log
npm-debug.log*
@@ -16,12 +16,12 @@ pids
test/auth.json
test/auth.js
# Dist
dist/
# Docs
docs/**/*
!docs/index.json
!docs/logo.svg
!docs/README.md
# Miscellaneous
.tmp/
coverage/
tsconfig.tsbuildinfo
.turbo
.tmp

View File

@@ -1,8 +1,3 @@
# Autogenerated
CHANGELOG.md
.turbo
dist/
docs/**/*
!docs/index.yml
!docs/README.md
coverage/
docs/docs.json
CHANGELOG.md

View File

@@ -76,6 +76,7 @@
"prettier": "^2.8.8",
"tsd": "^0.28.1",
"tslint": "^6.1.3",
"turbo": "^1.9.4-canary.7",
"typescript": "^5.0.4"
},
"engines": {