mirror of
https://github.com/oceanprotocol/react.git
synced 2024-11-23 02:00:27 +01:00
15 lines
307 B
JSON
15 lines
307 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"lib": ["es2015", "dom"],
|
|
"moduleResolution": "node",
|
|
"outDir": "dist",
|
|
"jsx": "react",
|
|
"esModuleInterop": true,
|
|
"sourceMap": true,
|
|
"declaration": true
|
|
},
|
|
"include": ["./src/@types", "./src/index.ts"]
|
|
}
|