react-state-monad 1.0.23 → 1.0.24

Sign up to get free protection for your applications and to get access to all the features.
package/tsconfig.json CHANGED
@@ -1,16 +1,16 @@
1
- {
2
- "compilerOptions": {
3
- "module": "ESNext",
4
- "target": "ESNext",
5
- "declaration": true,
6
- "declarationDir": "./",
7
- "outDir": "dist",
8
- "moduleResolution": "Node",
9
- "esModuleInterop": true,
10
- "strict": true
11
- },
12
- "include": [
13
- "src/**/*",
14
- "index.ts"
15
- ]
1
+ {
2
+ "compilerOptions": {
3
+ "module": "ESNext",
4
+ "target": "ESNext",
5
+ "declaration": true,
6
+ "declarationDir": "./",
7
+ "outDir": "dist",
8
+ "moduleResolution": "Node",
9
+ "esModuleInterop": true,
10
+ "strict": true
11
+ },
12
+ "include": [
13
+ "src/**/*",
14
+ "index.ts"
15
+ ]
16
16
  }