Skip to content
Snippets Groups Projects
Commit ac652f27 authored by Aya Morisawa's avatar Aya Morisawa
Browse files

Rename project to tsProject

parent 9db16fcd
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ import { IConfig } from './src/config';
const config = eval(require('typescript').transpile(require('fs').readFileSync('./src/config.ts').toString()))
('.config/config.yml') as IConfig;
const project = ts.createProject('tsconfig.json');
const tsProject = ts.createProject('tsconfig.json');
gulp.task('build', [
'build:js',
......@@ -51,9 +51,9 @@ gulp.task('build:js', () =>
);
gulp.task('build:ts', () =>
project
tsProject
.src()
.pipe(project())
.pipe(tsProject())
.pipe(babel({
presets: ['es2015', 'stage-3']
}))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment