Skip to content

Commit 03e2bb8

Browse files
chore(tsconfig): tweak options order
1 parent b7b5e4f commit 03e2bb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"outDir": "lib",
1313
"declaration": true,
1414
"sourceMap": true,
15-
"importHelpers": true,
16-
"inlineSources": true
15+
"inlineSources": true,
16+
"importHelpers": true
1717
},
1818
"angularCompilerOptions": {
1919
"skipTemplateCodegen": true,

0 commit comments

Comments
 (0)