aboutsummaryrefslogtreecommitdiffstats
path: root/.storybook/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to '.storybook/tsconfig.json')
-rw-r--r--.storybook/tsconfig.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/.storybook/tsconfig.json b/.storybook/tsconfig.json
new file mode 100644
index 0000000..b99b549
--- /dev/null
+++ b/.storybook/tsconfig.json
@@ -0,0 +1,10 @@
+{
+ "extends": "../tsconfig-sitebook.json",
+ "exclude": [
+ "../src/angular/test.ts",
+ "../src/angular/**/*.spec.ts"
+ ],
+ "include": [
+ "../src/angular/**/*"
+ ]
+}