Skip to content

Commit

Permalink
fix(ngx-formly#239): aot compiler enable TemplateCodegen. (ngx-formly…
Browse files Browse the repository at this point in the history
  • Loading branch information
aitboudad authored and mohammedzamakhan committed Nov 9, 2016
1 parent 5313db9 commit fa98567
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"Kent C. Dodds <kent@doddsfamily.us>"
],
"main": "bundles/ng2-formly.umd.js",
"module": "lib/index.js",
"typings": "lib/index.d.ts",
"module": "lib/src/index.js",
"typings": "lib/src/index.d.ts",
"scripts": {
"contrib:add": "all-contributors add",
"contrib:generate": "all-contributors generate",
Expand Down
6 changes: 3 additions & 3 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"experimentalDecorators": true,
"removeComments": true,
"baseUrl": "src",
"outDir": "lib",
"outDir": "lib/src",
"paths": [],
"lib": ["dom", "es6"],
"typeRoots": [
Expand All @@ -20,7 +20,7 @@
"src/index.ts"
],
"angularCompilerOptions": {
"strictMetadataEmit": true,
"skipTemplateCodegen": true
"genDir": "lib",
"strictMetadataEmit": true
}
}

0 comments on commit fa98567

Please sign in to comment.