Szymon Szlachtowicz 4421d1666a
Introduce monorepo (#40)
* Introduce monorepo

* Introduce mock contract

* Add readme

Co-authored-by: Szymon Szlachtowicz <szymon.szlachtowicz@Szymons-MacBook-Pro.local>
2021-06-17 13:33:35 +02:00

25 lines
394 B
JSON

{
"compilerOptions": {
"esModuleInterop": true,
"lib": [
"esnext",
],
"module": "commonjs",
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"sourceMap": true,
"target": "es6",
"outDir": "dist",
"downlevelIteration": true
},
"include": [
"test",
"contracts"
],
"exclude": [
"**/dist",
"**/build"
]
}