Skip to content

Commit f13433f

Browse files
committed
fix: ts version
1 parent bfe1ab0 commit f13433f

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"json-schema-ref-parser": "^7.0.1",
4040
"ts-jest": "^24.0.0",
4141
"tslint": "^5.14.0",
42-
"typescript": "^3.3.4000"
42+
"typescript": "^3.9.7"
4343
},
4444
"files": [
4545
"build"

tsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,9 @@
6060
/* Experimental Options */
6161
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
6262
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
63-
}
63+
},
64+
"include": [
65+
"src"
66+
]
67+
6468
}

0 commit comments

Comments
 (0)