Skip to content

Commit d039e62

Browse files
Merge pull request #1449 from NativeScript/vladimirov/fix-tsconfig
Exclude some dirs in tsconfig.json
2 parents f134750 + b2406fe commit d039e62

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

tsconfig.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,10 @@
33
"target": "ES5",
44
"module": "commonjs",
55
"sourceMap": true
6-
}
7-
}
6+
},
7+
"exclude": [
8+
"node_modules",
9+
"scratch",
10+
"coverage"
11+
]
12+
}

0 commit comments

Comments
 (0)