Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 58ab77d

Browse files
committed
exclude jspm_packages
1 parent 55dd96b commit 58ab77d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

jspm/tsconfig.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"compilerOptions": {
3-
"module": "system",
3+
"module": "system",
44
"sourceMap": true
5-
}
5+
},
6+
"exclude": [
7+
"jspm_packages"
8+
]
69
}

0 commit comments

Comments
 (0)