Skip to content

Commit

Permalink
Updated tsconfig for the library
Browse files Browse the repository at this point in the history
  • Loading branch information
sconix committed Mar 6, 2022
1 parent 2175e9f commit 9aa10a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/lib/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"target": "es2015",
"declaration": true,
"inlineSources": true,
"stripInternal": true,
"types": [],
"lib": [
"dom",
Expand All @@ -14,8 +15,8 @@
"angularCompilerOptions": {
"skipTemplateCodegen": true,
"strictMetadataEmit": true,
"enableIvy": false,
"enableResourceInlining": true
"compilationMode": "partial"
},
"exclude": [
"src/test.ts",
Expand Down

0 comments on commit 9aa10a6

Please sign in to comment.