🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@flitz/tsconfig

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flitz/tsconfig - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+5
CHANGELOG.md
# flitz
## 0.1.1
initial release
+1
-1
{
"name": "@flitz/tsconfig",
"version": "0.1.0",
"version": "0.1.1",
"description": "Shared TypeScript config files for flitz projects.",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -21,4 +21,9 @@ # tsconfig

"compilerOptions": {
// your custom options here
}
"outDir": "lib",
"rootDir": "src"
},
"exclude": [
"node_modules",
"./src/sandbox"
]
}

@@ -25,0 +30,0 @@ ```