* Initialize project with essential configuration files including ** .gitignore ** .npmrc ** .nvmrc ** .prettierrc ** bunfig.toml ** eslint.config.ts ** package.json ** README.md ** tsconfig.json
9 lines
119 B
TOML
9 lines
119 B
TOML
[install]
|
|
exact = true
|
|
|
|
[install.lockfile]
|
|
save = false
|
|
|
|
[install.scopes]
|
|
"@techniker-me" = "https://npm.techniker.me"
|