2018-05-24 17:13:23 +08:00
|
|
|
{
|
2018-05-25 11:09:15 +08:00
|
|
|
"compileOnSave": true,
|
2018-05-24 17:13:23 +08:00
|
|
|
"compilerOptions": {
|
2018-05-25 11:09:15 +08:00
|
|
|
"sourceMap": true,
|
2018-05-24 17:13:23 +08:00
|
|
|
"declaration": true,
|
|
|
|
"outDir": "./dist",
|
2018-06-06 17:23:22 +08:00
|
|
|
"target": "es5",
|
2018-05-24 17:13:23 +08:00
|
|
|
"lib": [
|
|
|
|
"es2017",
|
|
|
|
"dom"
|
|
|
|
],
|
|
|
|
"types": [
|
|
|
|
"node"
|
|
|
|
],
|
|
|
|
"module": "commonjs",
|
|
|
|
"experimentalDecorators": true
|
|
|
|
},
|
|
|
|
"include": [
|
|
|
|
"./src/**/*"
|
|
|
|
]
|
|
|
|
}
|