add cache dir
This commit is contained in:
parent
1b68c19d92
commit
6815f9bd5d
@ -5,7 +5,8 @@ tsNode.register({
|
|||||||
compilerOptions: {
|
compilerOptions: {
|
||||||
lib: [ 'es2016', 'es2017' ]
|
lib: [ 'es2016', 'es2017' ]
|
||||||
},
|
},
|
||||||
ignore: ['^(.(.*\.d\.ts))*$']
|
ignore: [],
|
||||||
|
cacheDirectory: path.join(__dirname, '../tscache')
|
||||||
});
|
});
|
||||||
|
|
||||||
if (process.env.CLI_CALL_TSRUN) {
|
if (process.env.CLI_CALL_TSRUN) {
|
||||||
|
0
tscache/.gitkeep
Normal file
0
tscache/.gitkeep
Normal file
Loading…
Reference in New Issue
Block a user