UNPKG

271 BJSONView Raw
1{
2 // See http://go.microsoft.com/fwlink/?LinkId=759670
3 // for the documentation about the jsconfig.json format
4 "compilerOptions": {
5 "target": "es6"
6 },
7 "exclude": [
8 "node_modules",
9 "bower_components",
10 "jspm_packages",
11 "tmp",
12 "temp"
13 ]
14}