mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
feature(@nestjs/core) add @Optional() decorator #847
This commit is contained in:
@@ -11,7 +11,10 @@
|
||||
"target": "es6",
|
||||
"sourceMap": true,
|
||||
"allowJs": true,
|
||||
"outDir": "dist"
|
||||
"outDir": "dist",
|
||||
"lib": [
|
||||
"es7"
|
||||
]
|
||||
},
|
||||
"include": [
|
||||
"packages/**/*",
|
||||
|
||||
Reference in New Issue
Block a user