aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-docker/packages/tsconfig/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-docker/packages/tsconfig/package.json')
-rw-r--r--examples/with-docker/packages/tsconfig/package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/with-docker/packages/tsconfig/package.json b/examples/with-docker/packages/tsconfig/package.json
new file mode 100644
index 0000000..6efb83e
--- /dev/null
+++ b/examples/with-docker/packages/tsconfig/package.json
@@ -0,0 +1,9 @@
+{
+ "name": "tsconfig",
+ "version": "0.0.0",
+ "private": true,
+ "license": "MIT",
+ "publishConfig": {
+ "access": "public"
+ }
+}