forked from loafle/openapi-generator-original
Ts node angular2 typings (#6178)
* removed typings for typescript-node language and updated typescript version * updated sample of typescript-node by running .\bin\windows\typescript-node.bat
This commit is contained in:
@@ -77,7 +77,6 @@ public class TypeScriptNodeClientCodegen extends AbstractTypeScriptClientCodegen
|
||||
|
||||
//Files for building our lib
|
||||
supportingFiles.add(new SupportingFile("package.mustache", getPackageRootDirectory(), "package.json"));
|
||||
supportingFiles.add(new SupportingFile("typings.mustache", getPackageRootDirectory(), "typings.json"));
|
||||
supportingFiles.add(new SupportingFile("tsconfig.mustache", getPackageRootDirectory(), "tsconfig.json"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user