mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
11 lines
184 B
JSON
11 lines
184 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"strict": true,
|
||
|
"baseUrl": "../node_modules",
|
||
|
"target": "es5",
|
||
|
"lib": ["es5", "dom"],
|
||
|
"types": ["cypress"]
|
||
|
},
|
||
|
"include": ["**/*.ts"]
|
||
|
}
|