Skip to content

Commit 86d2112

Browse files
committed
Add tsconfig file for new JavaScript
1 parent 1077dad commit 86d2112

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

bin/tsconfig.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"extends": "../tsconfig.base.json",
3+
"include": ["**/*.mjs"],
4+
"exclude": ["**/*.test.*"],
5+
"compilerOptions": {
6+
"strictNullChecks": false,
7+
"types": ["node"]
8+
}
9+
}

tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
{
66
"path": "./tsconfig.dev.json"
77
},
8+
{
9+
"path": "./bin/tsconfig.json"
10+
},
811
{
912
"path": "./packages/govuk-frontend-review/tsconfig.json"
1013
},

0 commit comments

Comments
 (0)