mirror of
https://github.com/oceanprotocol/react.git
synced 2024-12-23 09:43:38 +01:00
next fix
This commit is contained in:
parent
514bfcd742
commit
12c38b235f
@ -3,15 +3,14 @@
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"target": "es5",
|
||||
"lib": ["es2015", "dom"],
|
||||
"lib": ["esnext", "dom"],
|
||||
"outDir": "dist/cjs",
|
||||
"jsx": "react",
|
||||
"esModuleInterop": true,
|
||||
"sourceMap": true,
|
||||
"declaration": true,
|
||||
"strictNullChecks": false,
|
||||
"noEmitOnError": true
|
||||
"strictNullChecks": false
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
"include": ["./src/@types", "./src/index.ts"],
|
||||
"exclude": ["node_modules", "dist", "example"]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user