75674df502
ClientAPI: use Axios ServerAPI: use @koa/router FullDate: wrapped Date only class APIPromise: enhanced Promise on api response application/json only(multipart/*, image/*, ... are not supported) get, post, put, delete, patch only
15 lines
252 B
JSON
15 lines
252 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"lib": [
|
|
"dom"
|
|
],
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"outDir": "dist",
|
|
"rootDir": "lib",
|
|
"strict": true
|
|
},
|
|
"include": ["lib"]
|
|
}
|