~miyatomo38/bpdoc/trunk-1

« back to all changes in this revision

Viewing changes to tsconfig.json

  • Committer: miyatomo38
  • Date: 2020-08-27 15:08:49 UTC
  • Revision ID: t.miya19890131@gmail.com-20200827150849-bdpk39uqf5dyddos
v1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
  "compileOnSave": false,
 
3
  "compilerOptions": {
 
4
    "outDir": "./dist/out-tsc",
 
5
    "sourceMap": true,
 
6
    "declaration": false,
 
7
    "moduleResolution": "node",
 
8
    "emitDecoratorMetadata": true,
 
9
    "experimentalDecorators": true,
 
10
    "target": "es5",
 
11
    "typeRoots": [
 
12
      "node_modules/@types"
 
13
    ],
 
14
    "lib": [
 
15
      "es2017",
 
16
      "es2016",
 
17
      "es2015",
 
18
      "dom"
 
19
    ]
 
20
  },
 
21
  "include": [
 
22
    "main.ts",
 
23
    "src/**/*"
 
24
  ],
 
25
  "exclude": [
 
26
    "node_modules"
 
27
  ]
 
28
}