feat(api): request api (#80)

This commit is contained in:
sct
2020-09-13 18:55:35 +09:00
committed by GitHub
parent b600671acc
commit f4c2c47e56
8 changed files with 274 additions and 13 deletions

View File

@@ -3,10 +3,7 @@
"compilerOptions": {
"module": "commonjs",
"outDir": "../dist",
"noEmit": false,
"strictPropertyInitialization": false,
"experimentalDecorators": true,
"emitDecoratorMetadata": true
"noEmit": false
},
"include": ["**/*.ts"]
}