12 lines
314 B
JSON
12 lines
314 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"baseUrl": ".",
|
|
"declaration": false,
|
|
"allowJs": true
|
|
},
|
|
"include": ["./globals.d.ts", "./src/**/*", "./util/**/*", "./test/**/*", "./migrations/**/*"],
|
|
"exclude": ["./deploy/solc/solc_bin"]
|
|
}
|