chore: update
This commit is contained in:
+2
-1
@@ -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",
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
- packages
|
||||
- playground
|
||||
- examples/*
|
||||
+2
-1
@@ -7,6 +7,7 @@
|
||||
"esModuleInterop": true,
|
||||
"strict": true,
|
||||
"strictNullChecks": true,
|
||||
"resolveJsonModule": true
|
||||
"resolveJsonModule": true,
|
||||
"skipDefaultLibCheck": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user