2017-02-25 14:13:01 +00:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"module": "commonjs",
|
2018-04-22 10:42:34 +00:00
|
|
|
"declaration": true,
|
2017-02-25 14:13:01 +00:00
|
|
|
"removeComments": true,
|
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
|
"target": "es6",
|
|
|
|
|
"sourceMap": true,
|
2019-01-18 13:34:05 +00:00
|
|
|
"outDir": "./dist",
|
2019-04-08 21:41:55 +00:00
|
|
|
"baseUrl": "./",
|
2019-04-11 19:39:42 +00:00
|
|
|
"incremental": true,
|
|
|
|
|
"tsBuildInfoFile": "./tsconfig.tsbuildinfo"
|
2017-02-25 14:13:01 +00:00
|
|
|
},
|
2019-04-08 21:41:55 +00:00
|
|
|
"exclude": ["node_modules", "dist"]
|
2017-12-17 17:33:45 +00:00
|
|
|
}
|