Skip to content

Commit 7ce50b7

Browse files
committed
Add rootDir to compilerOptions
1 parent 2b40515 commit 7ce50b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.ngc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"compilerOptions": {
44
"module": "commonjs",
55
"target": "es5",
6-
"outDir": "./dist"
6+
"outDir": "./dist",
7+
"rootDir": "./tmp"
78
},
89
"include": [
910
"./tmp"

0 commit comments

Comments
 (0)