1
0
mirror of synced 2025-11-08 12:57:47 +00:00

fix(tsconfig): set rootDir option when outDir option is used

Closes #9
This commit is contained in:
Mohamed Hegazy
2017-02-17 02:20:14 -05:00
committed by Jason Dreyzehner
parent 5b601d7fac
commit 3577caa045
3 changed files with 4 additions and 1 deletions

View File

@@ -1,7 +1,8 @@
{
"extends": "../../tsconfig",
"compilerOptions": {
"outDir": "build"
"outDir": "build",
"rootDir": "src"
},
"include": [
"src/*.ts"