chore: add .editorconfig, clean up package.json, enable strict ts flags
This commit is contained in:
+1
-5
@@ -1,8 +1,6 @@
|
||||
{
|
||||
"name": "rand",
|
||||
"version": "1.0.0",
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"rand": "./index.ts"
|
||||
},
|
||||
@@ -11,9 +9,7 @@
|
||||
},
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@types/bun": "^1",
|
||||
"typescript": "^5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user