aboutsummaryrefslogtreecommitdiff
path: root/src/node-fallbacks/tsconfig.json
blob: 7f8fcc61b90390252ce452d7aee196e1835afb51 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "assert": ["node_modules/assert"],
      "buffer": ["node_modules/buffer"],
      "constants": ["node_modules/constants-browserify"],
      "crypto": ["node_modules/crypto-browserify"],
      "domain": ["node_modules/domain-browser"],
      "events": ["node_modules/events"],
      "http": ["node_modules/stream-http"],
      "https": ["node_modules/https-browserify"],
      "os": ["node_modules/os-browserify/browser"],
      "path": ["node_modules/path-browserify"],
      "punycode": ["node_modules/punycode/punycode.es6.js"],
      "process": ["node_modules/process/browser"],
      "querystring": ["node_modules/querystring-es3"],
      "stream": ["node_modules/stream-browserify"],
      "string_decoder": ["node_modules/string_decoder"],
      "sys": ["node_modules/util"],
      "timers": ["node_modules/timers-browserify"],
      "tty": ["node_modules/tty-browserify"],
      "url": ["node_modules/url"],
      "util": ["node_modules/util"],
      "zlib": ["node_modules/browserify-zlib"]
    },
    "noEmit": true,
    "allowJs": true
  }
}