aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-gatsby/packages/tsconfig/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-gatsby/packages/tsconfig/package.json')
-rw-r--r--examples/with-gatsby/packages/tsconfig/package.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/with-gatsby/packages/tsconfig/package.json b/examples/with-gatsby/packages/tsconfig/package.json
new file mode 100644
index 0000000..23e0c0f
--- /dev/null
+++ b/examples/with-gatsby/packages/tsconfig/package.json
@@ -0,0 +1,11 @@
+{
+ "name": "tsconfig",
+ "version": "0.0.0",
+ "private": true,
+ "files": [
+ "base.json",
+ "nextjs.json",
+ "gatsby.json",
+ "react-library.json"
+ ]
+}