2016-08-03 21:45:47 +08:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es5",
|
2017-02-02 04:34:50 +08:00
|
|
|
"lib": [
|
|
|
|
"es2015"
|
|
|
|
],
|
2016-08-03 21:45:47 +08:00
|
|
|
"module": "commonjs",
|
2017-11-08 17:23:42 +08:00
|
|
|
"noUnusedLocals": true,
|
2017-02-08 08:30:34 +08:00
|
|
|
"outDir": "./out"
|
2016-08-03 21:45:47 +08:00
|
|
|
},
|
2017-05-06 02:37:59 +08:00
|
|
|
"include": [
|
|
|
|
"src/**/*"
|
2016-08-03 21:45:47 +08:00
|
|
|
]
|
|
|
|
}
|