Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

fix: set the baseUrl so tsc knows where to find modules #62

Merged
merged 1 commit into from
Dec 11, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"allowSyntheticDefaultImports": false,
"baseUrl": "./lib",
"declaration": true,
"experimentalDecorators": true,
"lib": ["es6"],
Expand Down