You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
453 B
JSON
18 lines
453 B
JSON
{
|
|||
"extends": "./tsconfig.json",
|
|||
"compilerOptions": {
|
|||
"stripInternal": true,
|
|||
"removeComments": false,
|
|||
"declaration": true,
|
|||
"outDir": "../packages/types-generator/dist-tmp/client/",
|
|||
"emitDeclarationOnly": true,
|
|||
"composite": true,
|
|||
"rootDir": "src/",
|
|||
"tsBuildInfoFile": "../packages/types-generator/dist-tmp/tsconfig.client.tsbuildinfo"
|
|||
},
|
|||
"files": [ "src/types/index.ts" ],
|
|||
"include": [
|
|||
"src/types/**/*"
|
|||
]
|
|||
}
|