1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

fix typescript

This commit is contained in:
Matthias Kretschmann 2022-01-11 17:38:22 +00:00
parent 80e2d21c20
commit fe44c61e0e

View File

@ -14,5 +14,5 @@
"outDir": "./dist/",
"sourceMap": true
},
"include": ["src/**/*"]
"include": ["src/**/*", "test/**/*"]
}