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,
|
2019-06-24 19:26:18 +00:00
|
|
|
"target": "es2017",
|
2017-02-25 14:13:01 +00:00
|
|
|
"sourceMap": true,
|
2019-01-18 13:34:05 +00:00
|
|
|
"outDir": "./dist",
|
2019-04-08 21:41:55 +00:00
|
|
|
"baseUrl": "./",
|
2019-06-24 19:26:18 +00:00
|
|
|
"incremental": true
|
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
|
|
|
}
|