Kemal S 0d70430c57 upgraded ts to v.3.3.4 & added base setup for stores
upgraded ts to v.3.3.4 & added base setup for stores
2019-05-20 13:03:33 +02:00

8 lines
236 B
JavaScript

'use strict';
const gulp = require('gulp');
const build = require('@microsoft/sp-build-web');
build.addSuppression(`Warning - [sass] The local CSS class 'ms-Grid' is not camelCase and will not be type-safe.`);
build.initialize(gulp);