Skip to content

Commit

Permalink
update archetype
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Mar 1, 2018
1 parent 7abc620 commit ca5e7d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


import {Stream,Arrays,URI,Collectors} from "ts/${typescript-filename}-types";
import {Stream,Arrays,URI,Collectors} from "${typescript-filename}-types";



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@

/* Module Resolution Options */
// "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
"baseUrl": "./", /* Base directory to resolve non-absolute module names. */
"paths": { "ts/*":["target/ts/*"]}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
"baseUrl": "target/ts", /* Base directory to resolve non-absolute module names. */
// "paths": { "ts/*":["target/ts/*"]}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
// "baseUrl": "./", /* Base directory to resolve non-absolute module names. */
// "paths": {}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
Expand Down
1 change: 1 addition & 0 deletions archetype/tofilter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
</arguments>
<!-- remove comment if want skip tsc error
<successCodes>
<code>0</code>
<code>2</code>
</successCodes>
-->
Expand Down

0 comments on commit ca5e7d8

Please sign in to comment.