Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thedevs-network/kutt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPouria Ezzati <ezzati.upt@gmail.com>2020-02-15 21:02:10 +0300
committerGitHub <noreply@github.com>2020-02-15 21:02:10 +0300
commit2c261ad4afd04d5c8e718decfec921027cb8e0a9 (patch)
tree82a0ccc51071426d31393b7146e8eff6aac26876 /tsconfig.json
parentb5f210b68d2f3e28047fb2fecfbdb394b5bd3a47 (diff)
API doc generation! (#280)
Co-authored-by: trgwii <trgwii@hotmail.com>
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json13
1 files changed, 8 insertions, 5 deletions
diff --git a/tsconfig.json b/tsconfig.json
index ac0e078..58cdd2e 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,5 +1,5 @@
{
- "compilerOptions": {
+ "compilerOptions": {
"target": "es2018",
"module": "commonjs",
"sourceMap": true,
@@ -8,9 +8,12 @@
"resolveJsonModule": true,
"esModuleInterop": true,
"noEmit": false,
- "emitDecoratorMetadata": true,
- "experimentalDecorators": true,
+ "emitDecoratorMetadata": true,
+ "experimentalDecorators": true,
"strict": false
- },
- "include": ["global.d.ts", "server"]
+ },
+ "include": [
+ "global.d.ts",
+ "server"
+ ]
} \ No newline at end of file