add cache dir

This commit is contained in:
Philipp Kunz 2018-06-30 21:26:42 +02:00
parent 1b68c19d92
commit 6815f9bd5d
2 changed files with 2 additions and 1 deletions

View File

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

0
tscache/.gitkeep Normal file
View File