Skip to content

Commit 1775af5

Browse files
committed
Add resolveJsonModule
1 parent 8b5cb32 commit 1775af5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"extends": "@tsconfig/node16/tsconfig.json",
33
"compilerOptions": {
44
"outDir": "./lib",
5-
"rootDir": "./src"
5+
"rootDir": "./src",
6+
"resolveJsonModule": true,
67
},
78
"exclude": [
89
"node_modules",

0 commit comments

Comments
 (0)