summaryrefslogtreecommitdiff
path: root/js/tsconfig.generated.json
blob: 8a8269d5b3c3e22a1a44ef75be22ebb4806ab464 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  // 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,
    "emitDeclarationOnly": true,
    "module": "amd",
    "stripInternal": true
  },
  "files": [
    "../node_modules/typescript/lib/lib.esnext.d.ts",
    "./compiler.ts",
    "./deno.ts",
    "./globals.ts"
  ]
}