1
0
mirror of synced 2026-03-29 17:01:57 +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

@@ -3,6 +3,7 @@
"compilerOptions": {
"target": "es6",
"outDir": "build/main",
"rootDir": "src",
"moduleResolution": "node",
"module": "commonjs",
"declaration": true,