2017-11-21 11:29:09 +00:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"target": "es6",
|
|
|
|
|
"module": "commonjs",
|
2017-11-21 15:09:26 +00:00
|
|
|
"declaration": true,
|
2017-11-21 11:29:09 +00:00
|
|
|
"outDir": "dist",
|
2017-11-21 15:09:26 +00:00
|
|
|
"sourceMap": true,
|
|
|
|
|
"strict": true
|
2017-11-21 11:29:09 +00:00
|
|
|
},
|
|
|
|
|
"files": [
|
2017-11-21 15:09:26 +00:00
|
|
|
"./node_modules/@types/node/index.d.ts"
|
2017-11-21 11:29:09 +00:00
|
|
|
],
|
|
|
|
|
"include": [
|
2017-11-21 15:09:26 +00:00
|
|
|
"lib/**/*.ts"
|
2017-11-21 11:29:09 +00:00
|
|
|
],
|
|
|
|
|
"exclude": [
|
|
|
|
|
"node_modules"
|
|
|
|
|
]
|
|
|
|
|
}
|