@onflow/config
Advanced tools
Comparing version 1.1.0-alpha.2 to 1.1.0-alpha.3
# @onflow/config | ||
## 1.1.0-alpha.3 | ||
### Minor Changes | ||
- [#1575](https://github.com/onflow/fcl-js/pull/1575) [`bbdeea32`](https://github.com/onflow/fcl-js/commit/bbdeea32f024d6eea4a74c94023e01688a38b6cb) Thanks [@chasefleming](https://github.com/chasefleming)! - Exclude tests from type gen | ||
## 1.1.0-alpha.2 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@onflow/config", | ||
"version": "1.1.0-alpha.2", | ||
"version": "1.1.0-alpha.3", | ||
"description": "Config for FCL-JS", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
{ | ||
// Change this to match your project | ||
"include": ["src/**/*"], | ||
"exclude": [ | ||
"src/**/*.test.js", | ||
], | ||
"compilerOptions": { | ||
@@ -5,0 +8,0 @@ // Tells TypeScript to read JS files, as |
403849
5561