2023-01-14 08:11:40 -06:00
|
|
|
{
|
2023-03-25 15:19:50 -05:00
|
|
|
"extends": "@tsconfig/node16/tsconfig.json",
|
2023-01-14 08:11:40 -06:00
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "./lib", /* Redirect output structure to the directory. */
|
2023-03-25 15:19:50 -05:00
|
|
|
"rootDir": "./src" /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
|
2023-01-14 08:11:40 -06:00
|
|
|
},
|
|
|
|
"exclude": ["node_modules", "**/*.test.ts"]
|
|
|
|
}
|