Storybook: Basic messages and messages with reactions

This commit is contained in:
Ken Powers
2020-02-07 14:07:22 -05:00
committed by GitHub
parent 43b5a9b5a4
commit 38c7fa3da6
14 changed files with 1449 additions and 33 deletions

View File

@@ -33,6 +33,7 @@
// Module Resolution Options
"moduleResolution": "node", // Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6).
"resolveJsonModule": true,
// "baseUrl": "./", // Base directory to resolve non-absolute module names.
// "paths": {}, // A series of entries which re-map imports to lookup locations relative to the 'baseUrl'.
// "rootDirs": [], // List of root folders whose combined content represents the structure of the project at runtime.