From 817380a2d9e42b118706638fe59c592f4bba06ef Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Tue, 7 Aug 2018 13:27:31 -0700 Subject: Generate declarations --- js/tsconfig.generated.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 js/tsconfig.generated.json (limited to 'js/tsconfig.generated.json') diff --git a/js/tsconfig.generated.json b/js/tsconfig.generated.json new file mode 100644 index 000000000..4fa3be1a1 --- /dev/null +++ b/js/tsconfig.generated.json @@ -0,0 +1,16 @@ +{ + // This configuration file provides the tsc configuration for generating + // definitions for the runtime, which are then inlined via the `js/assets.ts` + // module into the bundle to be available for type checking at runtime + // See also gen_declarations in //BUILD.gn + "extends": "../tsconfig.json", + "compilerOptions": { + "declaration": true, + "declarationMap": true, + }, + "files": [ + "../node_modules/typescript/lib/lib.esnext.d.ts", + "./deno.ts", + "./globals.ts" + ] +} -- cgit v1.2.3