summaryrefslogtreecommitdiff
path: root/js/tsconfig.generated.json
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2018-08-12 11:27:54 -0700
committerRyan Dahl <ry@tinyclouds.org>2018-08-13 11:54:10 -0400
commite9d692ef70e05247e1d20f8536dd711d5df3309a (patch)
tree2b12d8136fb944ac09e619a5de421313df9ecbb7 /js/tsconfig.generated.json
parent4772c14d125f61e0f78107f686d24ac72bd72d7c (diff)
Use `@internal` with js/timers.ts
Diffstat (limited to 'js/tsconfig.generated.json')
-rw-r--r--js/tsconfig.generated.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/tsconfig.generated.json b/js/tsconfig.generated.json
index c669388f8..4d76dd98f 100644
--- a/js/tsconfig.generated.json
+++ b/js/tsconfig.generated.json
@@ -6,7 +6,8 @@
"extends": "../tsconfig.json",
"compilerOptions": {
"declaration": true,
- "emitDeclarationOnly": true
+ "emitDeclarationOnly": true,
+ "stripInternal": true
},
"files": [
"../node_modules/typescript/lib/lib.esnext.d.ts",