Skip to content

Commit 8849b83

Browse files
author
Péter Hauszknecht
committed
update tsconfigs
1 parent 9b37f8f commit 8849b83

2 files changed

Lines changed: 4 additions & 14 deletions

File tree

src/store/tsconfig.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,5 @@
77
"sourceMap": true,
88
"allowSyntheticDefaultImports": true
99
},
10-
"exclude": [
11-
"node_modules",
12-
"config",
13-
"lib",
14-
"src/test",
15-
"src/examples"
16-
]
17-
}
10+
"exclude": [ "node_modules", "lib", "src/test" ]
11+
}

src/test/tsconfig.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,5 @@
77
"sourceMap": true,
88
"allowSyntheticDefaultImports": true
99
},
10-
"exclude": [
11-
"node_modules",
12-
"config",
13-
"lib"
14-
]
15-
}
10+
"exclude": [ "node_modules", "lib" ]
11+
}

0 commit comments

Comments
 (0)