Comparing version 4.1.0-dev.20230427 to 4.1.0-dev.20230427-2
@@ -27,2 +27,6 @@ "use strict"; | ||
throw new Error(`${args.project} file does not have "compilerOptions" property.`); | ||
// DECORATOR SETTING | ||
compilerOptions.experimentalDecorators = true; | ||
compilerOptions.emitDecoratorMetadata = true; | ||
compilerOptions.strict = true; | ||
// PREPARE PLUGINS | ||
@@ -29,0 +33,0 @@ const plugins = (() => { |
{ | ||
"name": "nestia", | ||
"version": "4.1.0-dev.20230427", | ||
"version": "4.1.0-dev.20230427-2", | ||
"description": "Nestia CLI tool", | ||
@@ -5,0 +5,0 @@ "main": "bin/index.js", |
@@ -21,2 +21,7 @@ import comments from "comment-json"; | ||
// DECORATOR SETTING | ||
compilerOptions.experimentalDecorators = true; | ||
compilerOptions.emitDecoratorMetadata = true; | ||
compilerOptions.strict = true; | ||
// PREPARE PLUGINS | ||
@@ -23,0 +28,0 @@ const plugins: comments.CommentArray<comments.CommentObject> = (() => { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
60375
969