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

@@ -2,6 +2,7 @@
"extends": "../../tsconfig",
"compilerOptions": {
"outDir": "build",
"rootDir": "src",
"module": "es6",
"declaration": false,
"removeComments": true,