Socket
Socket
Sign inDemoInstall

create-tsm

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

template/.prettierrc

2

package.json
{
"name": "create-tsm",
"version": "1.0.2",
"version": "1.0.3",
"description": "Create a TypeScript app with a single command",

@@ -5,0 +5,0 @@ "publishConfig": {

@@ -1,2 +0,2 @@

# create-ts-app
# tsm

@@ -8,3 +8,3 @@ ### Create a ESM TypeScript project with a single command

```bash
pnpm create @sunney/ts-app my-app
pnpm create tsm my-app
```
{
"compilerOptions": {
"target": "ES2020",
"module": "Node16",
"target": "ESNext",
"module": "NodeNext",
"strict": true,

@@ -14,4 +14,6 @@ "esModuleInterop": true,

"outDir": "dist",
"resolveJsonModule": true
}
"resolveJsonModule": true,
"incremental": true
},
"include": ["src/**/*", ".eslintrc.cjs", "tsup.config.ts"]
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc