Browse Source

build(ui): Skip emitting typescript files (#30057)

Scott Cooper 3 years ago
parent
commit
6f3ae183d5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      config/tsconfig.build.json

+ 1 - 0
config/tsconfig.build.json

@@ -11,6 +11,7 @@
     "lib": ["esnext", "dom"],
     "module": "commonjs",
     "moduleResolution": "node",
+    "noEmit": true,
     "noEmitHelpers": true,
     "noFallthroughCasesInSwitch": true,
     "noImplicitAny": false,