chore: update

This commit is contained in:
Anthony Fu
2021-08-24 10:42:10 +08:00
parent b7164bf251
commit f56ba9fddf
4 changed files with 9 additions and 2 deletions
+2
View File
@@ -0,0 +1,2 @@
ignore-workspace-root-check=true
# shamefully-hoist=true
+2 -1
View File
@@ -35,7 +35,8 @@
"release": "bumpp --commit --push --tag && pnpm publish",
"lint": "eslint \"{src,test}/**/*.ts\"",
"lint:fix": "nr lint -- --fix",
"test": "jest"
"test": "jest",
"test:update": "jest -u"
},
"devDependencies": {
"@antfu/eslint-config": "^0.7.0",
+3
View File
@@ -0,0 +1,3 @@
- packages
- playground
- examples/*
+2 -1
View File
@@ -7,6 +7,7 @@
"esModuleInterop": true,
"strict": true,
"strictNullChecks": true,
"resolveJsonModule": true
"resolveJsonModule": true,
"skipDefaultLibCheck": true
}
}