We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55dd96b commit 58ab77dCopy full SHA for 58ab77d
jspm/tsconfig.json
@@ -1,6 +1,9 @@
1
{
2
"compilerOptions": {
3
- "module": "system",
+ "module": "system",
4
"sourceMap": true
5
- }
+ },
6
+ "exclude": [
7
+ "jspm_packages"
8
+ ]
9
}
0 commit comments