diff --git a/tsconfig.json b/tsconfig.json index 86e4ba92d7..f412e184e7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -35,6 +35,7 @@ "plugins": [{ "name": "typescript-plugin-css-modules" }] }, "ts-node": { + "transpileOnly": true, "compilerOptions": { "module": "CommonJS" }