Skip to content

Commit c1fd6cc

Browse files
committed
Force es5 compilation when publishing
1 parent d8b381f commit c1fd6cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tsconfig.ngc.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
4+
"module": "commonjs",
5+
"target": "es5",
46
"outDir": "./dist"
57
},
68
"include": [

0 commit comments

Comments
 (0)