We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eef89a commit 827a71aCopy full SHA for 827a71a
angular-code-input/tsconfig.lib.prod.json
@@ -0,0 +1,10 @@
1
+/* To learn more about this file see: https://angular.io/config/tsconfig. */
2
+{
3
+ "extends": "./tsconfig.lib.json",
4
+ "compilerOptions": {
5
+ "declarationMap": false
6
+ },
7
+ "angularCompilerOptions": {
8
+ "compilationMode": "partial"
9
+ }
10
+}
angular.json
@@ -14,6 +14,11 @@
14
"options": {
15
"tsConfig": "angular-code-input/tsconfig.lib.json",
16
"project": "angular-code-input/ng-package.json"
17
18
+ "configurations": {
19
+ "production": {
20
+ "tsConfig": "angular-code-input/tsconfig.lib.prod.json"
21
22
}
23
},
24
"test": {
@@ -39,4 +44,4 @@
39
44
40
45
41
46
42
-}
47
0 commit comments