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

fix ts-node tsconfig

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-09-08 10:20:33 +03:00
parent 7de7fdb390
commit 0b408f3f2e

View File

@ -35,6 +35,7 @@
"plugins": [{ "name": "typescript-plugin-css-modules" }] "plugins": [{ "name": "typescript-plugin-css-modules" }]
}, },
"ts-node": { "ts-node": {
"transpileOnly": true,
"compilerOptions": { "compilerOptions": {
"module": "CommonJS" "module": "CommonJS"
} }