diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2018-08-10 10:46:09 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-08-10 10:46:09 -0700 |
commit | e28d7abc1c369185cc9d1deb4891c6004d9d7ad7 (patch) | |
tree | f08750bc99e15c7d12fdb26a0cad67644909a02e /js | |
parent | 99932f6422e2ce000d54dd38cb63c6b55058337c (diff) |
Only emit declarations for generated files (#502)
and remove declarationMap flag from generated tsconfig
Diffstat (limited to 'js')
-rw-r--r-- | js/tsconfig.generated.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tsconfig.generated.json b/js/tsconfig.generated.json index 4fa3be1a1..c669388f8 100644 --- a/js/tsconfig.generated.json +++ b/js/tsconfig.generated.json @@ -6,7 +6,7 @@ "extends": "../tsconfig.json", "compilerOptions": { "declaration": true, - "declarationMap": true, + "emitDeclarationOnly": true }, "files": [ "../node_modules/typescript/lib/lib.esnext.d.ts", |