Skip to content

Commit

Permalink
updated tsconfig.build.json so that declaration files can be emitted …
Browse files Browse the repository at this point in the history
…(disabled isolatedModules in tsconfig.build.json)
  • Loading branch information
dfee committed Jan 19, 2019
1 parent 082346f commit dd677f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .size-snapshot.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
}
},
"dist/index.cjs.js": {
"bundled": 81279,
"minified": 57910,
"gzipped": 10087
"bundled": 81212,
"minified": 57846,
"gzipped": 10062
},
"dist/rbx.esm.js": {
"bundled": 87646,
Expand Down
1 change: 1 addition & 0 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"declaration": true,
"isolatedModules": false,
"outDir": "./dist"
},
"include": ["src"],
Expand Down

0 comments on commit dd677f6

Please sign in to comment.