diff --git a/node/docs/TypeScriptSourceToJson.ts b/node/docs/TypeScriptSourceToJson.ts index a6e7c8ee6..43b6fcc57 100644 --- a/node/docs/TypeScriptSourceToJson.ts +++ b/node/docs/TypeScriptSourceToJson.ts @@ -1,5 +1,3 @@ -/// - import * as ts from 'typescript'; var path = require('path'); diff --git a/node/docs/run.sh b/node/docs/run.sh index 4eca166db..e8771b89f 100755 --- a/node/docs/run.sh +++ b/node/docs/run.sh @@ -1,3 +1,5 @@ +#!/bin/bash + function failed() { local error=${1:-Undefined error} @@ -6,4 +8,4 @@ function failed() } ../node_modules/.bin/tsc || failed 'Compilation failed.' -../_download/archive/*/*/bin/node gendocs.js \ No newline at end of file +node gendocs.js diff --git a/node/docs/typings/index.d.ts b/node/docs/typings/index.d.ts deleted file mode 100644 index 6a9c534c2..000000000 --- a/node/docs/typings/index.d.ts +++ /dev/null @@ -1 +0,0 @@ -/// diff --git a/node/omnisharp.json b/node/omnisharp.json new file mode 100644 index 000000000..072482fa6 --- /dev/null +++ b/node/omnisharp.json @@ -0,0 +1,5 @@ +{ + "fileOptions": { + "excludeSearchPatterns": ["_test/**/*"] + } +}