Storybook hinzugefĆ¼gt
[examples/angular-tutorial] / .storybook / tsconfig.json
diff --git a/.storybook/tsconfig.json b/.storybook/tsconfig.json
new file mode 100644 (file)
index 0000000..0bcfc75
--- /dev/null
@@ -0,0 +1,20 @@
+{
+  "extends": "../tsconfig.app.json",
+  "compilerOptions": {
+    "types": [
+      "node"
+    ]
+  },
+  "exclude": [
+    "../src/test.ts",
+    "../src/**/*.spec.ts",
+    "../projects/**/*.spec.ts"
+  ],
+  "include": [
+    "../src/**/*",
+    "../projects/**/*"
+  ],
+  "files": [
+    "./typings.d.ts"
+  ]
+}