Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
myxvisual committed Jun 13, 2017
1 parent e09e13c commit db8b14f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Empty file.
2 changes: 1 addition & 1 deletion docs/src/routes/Components/Theme/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

----

///
This Theme Provider, you can use this component change all children components.

### Examples
1 change: 1 addition & 0 deletions scripts/copy-build-files.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ if (fse.existsSync(buildPath)) {

const copyFiles = [
'README.md',
'package.json',
'CHANGELOG.md',
'LICENSE'
]
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"removeComments": true,
"noImplicitAny": true,
"outDir": "./build",
"declarationDir": "./build/typings",
"noLib": false,
"lib": ["dom", "es5", "es2015", "es2016.array.include"],
"typeRoots": [
Expand Down

0 comments on commit db8b14f

Please sign in to comment.