2023-02-27 16:05:03 +00:00
|
|
|
{
|
|
|
|
|
"extends": "./tsconfig.json",
|
2023-03-01 07:43:00 +00:00
|
|
|
"include": ["src"],
|
2023-02-27 16:05:03 +00:00
|
|
|
"compilerOptions": {
|
|
|
|
|
"outDir": "./lib" /* Redirect output structure to the directory. */,
|
|
|
|
|
"rootDir": "./src" /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
|
|
|
|
|
}
|
|
|
|
|
}
|