2022-09-13 19:36:52 -07:00
|
|
|
{
|
2023-02-01 09:26:23 -08:00
|
|
|
"extends": "../../tsconfig.base.json",
|
|
|
|
"include": ["src"],
|
|
|
|
"exclude": ["node_modules", "**/__tests__/*"],
|
2022-09-13 19:36:52 -07:00
|
|
|
"compilerOptions": {
|
2023-02-01 09:26:23 -08:00
|
|
|
"rootDir": "src/",
|
|
|
|
"outDir": "./lib",
|
|
|
|
"skipLibCheck": true
|
|
|
|
}
|
2022-09-13 19:36:52 -07:00
|
|
|
}
|