Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Commit

Permalink
Added outDir rule in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
batamar committed Nov 8, 2018
1 parent bab3ec6 commit 1d7143c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsconfig.json
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"outDir": "./dist",
"sourceMap": true,
"module": "commonjs",
"lib": [
Expand All @@ -15,4 +16,5 @@
"strict": true
},
"include": ["client"],
"exclude": ["node_modules", "dist"]
}

0 comments on commit 1d7143c

Please sign in to comment.