start redoing ci/cd and devops

This commit is contained in:
41666 2020-12-02 21:44:49 -05:00
parent 460770407a
commit ab9fe30b42
37 changed files with 418 additions and 825 deletions

View file

@ -13,4 +13,9 @@ module.exports = {
return config;
},
typescript: {
checkOptions: {
tsconfig: path.resolve(__dirname, '../tsconfig.stories.json'),
},
},
};