Skip to content

Commit e2f7e75

Browse files
committed
misc: update tsconfig.json
1 parent e9b8c47 commit e2f7e75

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tsconfig.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"extends": "./tsconfig-base.json",
33
"compilerOptions": {
4-
// TODO(esmodules): included to support require('file.json'). Remove on the switch to ES Modules.
54
"resolveJsonModule": true,
65
},
76
"references": [
@@ -24,8 +23,6 @@
2423
"eslint-local-rules.cjs",
2524
"third-party/axe/valid-langs.js",
2625

27-
// TODO(esmodules): JSON files included via resolveJsonModule. Removable on the switch to ES Modules.
28-
"package.json",
2926
"core/test/results/sample_v2.json",
3027
"core/lib/sd-validation/assets/*.json",
3128
"core/test/fixtures/unresolved-perflog.json",

0 commit comments

Comments
 (0)