9 lines
147 B
Plaintext
9 lines
147 B
Plaintext
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "lib"
|
|
},
|
|
"exclude": ["**/__tests__", "lib"]
|
|
}
|