Skip to content
This repository was archived by the owner on Jul 28, 2024. It is now read-only.

Commit e4d8d24

Browse files
committed
Update tsconfig
1 parent 1a6575e commit e4d8d24

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wavevision/coding-standard",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "The Wavevision SCSS and TypeScript coding standard.",
55
"repository": {
66
"type": "git",

ts/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"strictNullChecks": true,
2020
"strictPropertyInitialization": false,
2121
"target": "esnext",
22-
"typeRoots": ["/**/node_modules/@types"]
22+
"typeRoots": ["**/node_modules/@types"]
2323
},
24-
"exclude": ["/**/node_modules", "/**/vendor"]
24+
"exclude": ["**/node_modules", "**/vendor"]
2525
}

0 commit comments

Comments
 (0)