Skip to content

Commit

Permalink
feat: update library configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
geromegrignon committed Nov 27, 2023
1 parent 2054a83 commit 187ee8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
7 changes: 0 additions & 7 deletions projects/ngneat/edit-in-place/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,9 @@
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"outDir": "../../../out-tsc/lib",
"target": "es2015",
"declaration": true,
"inlineSources": true,
"types": [],
"lib": ["dom", "es2018"]
},
"angularCompilerOptions": {
"skipTemplateCodegen": true,
"strictMetadataEmit": true,
"enableResourceInlining": true
},
"exclude": ["src/test.ts", "**/*.spec.ts"]
}
5 changes: 4 additions & 1 deletion projects/ngneat/edit-in-place/tsconfig.lib.prod.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "./tsconfig.lib.json",
"compilerOptions": {
"declarationMap": false
},
"angularCompilerOptions": {
"enableIvy": false
"compilationMode": "partial"
}
}

0 comments on commit 187ee8f

Please sign in to comment.