Skip to content

Commit 734b6e1

Browse files
committed
Fix esm publish
1 parent 66afe93 commit 734b6e1

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

textDocument/src/test/tsconfig.esm.publish.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"ignoreDeprecations": "6.0",
34
"types": [
45
"mocha"
56
],

textDocument/src/tsconfig.esm.publish.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"ignoreDeprecations": "6.0",
34
"module": "es6",
45
"moduleResolution": "node",
56
"rootDir": ".",

0 commit comments

Comments
 (0)