diff --git a/ts/index.ts b/ts/index.ts index ddf3dcf..091abf9 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -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) { diff --git a/tscache/.gitkeep b/tscache/.gitkeep new file mode 100644 index 0000000..e69de29