Skip to content

Commit c3d0582

Browse files
committed
Update tsconfig
1 parent 569c822 commit c3d0582

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tsconfig.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"lib": ["es2018"], // https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping
55
"module": "commonjs",
66
"outDir": "lib",
7-
"rootDir": "src",
87
"declaration": true,
98
"moduleResolution": "node",
109
"esModuleInterop": true,
@@ -17,5 +16,11 @@
1716
"noEmitOnError": true,
1817
"newLine": "lf",
1918
"strict": true
19+
},
20+
"include": [
21+
"src"
22+
],
23+
"ts-node": {
24+
"transpileOnly": true
2025
}
2126
}

0 commit comments

Comments
 (0)