9 lines
187 B
JSON
9 lines
187 B
JSON
|
|
{
|
||
|
|
"extends": "../../tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"outDir": "lib"
|
||
|
|
},
|
||
|
|
"include": ["src/**/*.ts"],
|
||
|
|
"exclude": ["./tests", "./test-cases", "../types", "node_modules"]
|
||
|
|
}
|