fix(core): fix caching issues

This commit is contained in:
2018-07-01 11:32:08 +02:00
parent 6815f9bd5d
commit 51b5343440
6 changed files with 482 additions and 6 deletions

View File

@ -5,7 +5,7 @@ tsNode.register({
compilerOptions: {
lib: [ 'es2016', 'es2017' ]
},
ignore: [],
ignore: ['^(.(.*\.d\.ts))*$'],
cacheDirectory: path.join(__dirname, '../tscache')
});