Skip to content

Commit 38bce41

Browse files
author
Simon Planinschek
committed
Cleanup tsconfig.json
1 parent a829773 commit 38bce41

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

tsconfig.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
"strict": true,
1111
"sourceMap": false
1212
},
13-
"include": [
14-
"src"
15-
],
16-
"exclude": [
17-
"node_modules", "**/__test__/*", "**/__tests__/*"
18-
]
13+
"include": ["src"],
14+
"exclude": ["node_modules", "**/__test__/*", "**/__tests__/*"]
1915
}

0 commit comments

Comments
 (0)