Skip to content

Commit 85ec37e

Browse files
author
naman-contentstack
committed
revert config file
1 parent c20aaf2 commit 85ec37e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tsconfig.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,14 @@
33
"declaration": true,
44
"importHelpers": true,
55
"module": "commonjs",
6-
"moduleResolution": "node",
76
"outDir": "lib",
7+
"rootDir": "src",
88
"strict": true,
99
"target": "es2017",
1010
"skipLibCheck": true,
1111
"resolveJsonModule": true,
12-
"types": ["node", "jest"]
1312
},
1413
"include": [
15-
"src/**/*",
16-
"tests/**/*"
14+
"src/**/*"
1715
]
1816
}

0 commit comments

Comments
 (0)