forked from loafle/openapi-generator-original
[typescript-angular2] build to dist folder
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"moduleResolution": "node",
|
||||
"removeComments": true,
|
||||
"sourceMap": true,
|
||||
"outDir": "./lib",
|
||||
"outDir": "./dist",
|
||||
"noLib": false,
|
||||
"declaration": true
|
||||
},
|
||||
@@ -17,7 +17,7 @@
|
||||
"node_modules",
|
||||
"typings/main.d.ts",
|
||||
"typings/main",
|
||||
"lib"
|
||||
"dist"
|
||||
],
|
||||
"filesGlob": [
|
||||
"./model/*.ts",
|
||||
|
||||
Reference in New Issue
Block a user