Skip to content

Commit

Permalink
fix typescript config
Browse files Browse the repository at this point in the history
  • Loading branch information
openhoat committed Jun 3, 2018
1 parent 2dd73b4 commit 477fa72
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/private-map/tsconfig.tpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ compilerOptions:
module: commonjs
moduleResolution: node
rootDir: .
baseUrl: ./
outDir: '{{ builtDir }}'
declaration: true
noImplicitAny: true
Expand All @@ -14,9 +13,5 @@ compilerOptions:
typeRoots:
- node_modules/@types
- '{{ typesDir }}'
paths:
'*':
- node_modules/@types/*
- '*'
include:
- '{{ libDir }}/**/*.ts'

0 comments on commit 477fa72

Please sign in to comment.