eslintrcとtsconfigを整理
This commit is contained in:
parent
3e2d2e5f6b
commit
320f5fedfb
7 changed files with 75 additions and 24 deletions
|
@ -14,7 +14,7 @@ const locales: { [x: string]: any } = require('./locales');
|
|||
const meta = require('./package.json');
|
||||
|
||||
gulp.task('build:ts', () => {
|
||||
const tsProject = ts.createProject('./tsconfig.json');
|
||||
const tsProject = ts.createProject('./src/tsconfig.json');
|
||||
|
||||
return tsProject
|
||||
.src()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue