2021-11-09 07:49:08 -05:00
|
|
|
{
|
|
|
|
"extends": "./tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"stripInternal": true,
|
|
|
|
"removeComments": false,
|
|
|
|
"declaration": true,
|
2023-07-31 08:34:36 -04:00
|
|
|
"outDir": "../packages/types-generator/dist/client/",
|
2021-11-09 07:49:08 -05:00
|
|
|
"emitDeclarationOnly": true,
|
|
|
|
"composite": true,
|
|
|
|
"rootDir": "src/",
|
2023-07-31 08:34:36 -04:00
|
|
|
"tsBuildInfoFile": "../packages/types-generator/dist/tsconfig.client.tsbuildinfo"
|
2021-11-09 07:49:08 -05:00
|
|
|
},
|
2021-12-16 12:03:24 -05:00
|
|
|
"files": [ "src/types/index.ts" ],
|
|
|
|
"include": [
|
|
|
|
"src/types/**/*"
|
|
|
|
]
|
2021-11-09 07:49:08 -05:00
|
|
|
}
|