aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/kitchen-sink/apps/storefront/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/kitchen-sink/apps/storefront/tsconfig.json')
-rw-r--r--examples/kitchen-sink/apps/storefront/tsconfig.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/kitchen-sink/apps/storefront/tsconfig.json b/examples/kitchen-sink/apps/storefront/tsconfig.json
new file mode 100644
index 0000000..fcbeaa7
--- /dev/null
+++ b/examples/kitchen-sink/apps/storefront/tsconfig.json
@@ -0,0 +1,9 @@
+{
+ "exclude": ["node_modules"],
+ "extends": "tsconfig/nextjs.json",
+ "compilerOptions": {
+ "rootDir": "src",
+ "outDir": "dist"
+ },
+ "include": ["src", "next-env.d.ts"]
+}