15 lines
366 B
JSON
15 lines
366 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "."
|
|
},
|
|
"exclude": [
|
|
"./test-cli/**/*",
|
|
"./src/artifacts.ts",
|
|
"./src/wrappers.ts",
|
|
"prior two elements refer to code generated by contracts-gen for test fixture contracts"
|
|
],
|
|
"include": ["./src/**/*", "./test/*"]
|
|
}
|