mirror of
https://github.com/oceanprotocol/react.git
synced 2024-11-22 09:47:06 +01:00
15 lines
292 B
JSON
15 lines
292 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"lib": ["es2015", "dom"],
|
|
"moduleResolution": "node",
|
|
"outDir": "dist",
|
|
"jsx": "preserve",
|
|
"esModuleInterop": true,
|
|
"sourceMap": true,
|
|
"declaration": true
|
|
},
|
|
"files": ["./src/index.ts"]
|
|
}
|