Skip to content

Commit 44a637a

Browse files
committed
chore: add resolveJsonModules to layers
1 parent 28b87b2 commit 44a637a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

layers/tests/tsconfig.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
"extends": "../tsconfig.json",
33
"compilerOptions": {
44
"rootDir": "../",
5-
"noEmit": true
5+
"noEmit": true,
6+
"resolveJsonModule": true
67
},
78
"include": [
89
"../src/**/*",
10+
"../package.json",
911
"./**/*",
1012
]
1113
}

0 commit comments

Comments
 (0)