2020-06-08 11:49:45 +08:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"target": "es5",
|
|
|
|
|
"outDir": "bin-debug",
|
2020-07-26 23:27:42 +08:00
|
|
|
"sourceMap": true,
|
2020-06-08 11:49:45 +08:00
|
|
|
"experimentalDecorators": true,
|
2020-06-09 19:45:09 +08:00
|
|
|
"emitDecoratorMetadata": true,
|
2020-06-08 11:49:45 +08:00
|
|
|
"lib": [
|
|
|
|
|
"es5",
|
|
|
|
|
"dom",
|
2020-06-09 19:45:09 +08:00
|
|
|
"es2015.promise",
|
|
|
|
|
"es6"
|
2020-06-08 11:49:45 +08:00
|
|
|
],
|
|
|
|
|
"types": []
|
|
|
|
|
},
|
|
|
|
|
"include": [
|
|
|
|
|
"src",
|
|
|
|
|
"libs"
|
|
|
|
|
]
|
|
|
|
|
}
|