1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

fix downloads task / ts-node default config

This commit is contained in:
Roman 2020-06-10 18:05:16 +03:00
parent 725e0734fd
commit 22296fe14b

View File

@ -25,5 +25,10 @@
"types/*" "types/*"
] ]
} }
},
"ts-node": {
"compilerOptions": {
"module": "CommonJS"
}
} }
} }