X Tutup
Skip to content

Commit fb8b815

Browse files
committed
fix(setup): set tsconfig so that it works in editors
1 parent a8d9dbf commit fb8b815

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/angular2/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"sourceMap": true,
99
"sourceRoot": ".",
1010
"target": "es5",
11-
"outDir": "../../dist/js/cjs"
11+
"outDir": "../../dist/js/cjs",
12+
"moduleResolution": "classic"
1213
}
1314
}

0 commit comments

Comments
 (0)
X Tutup