Init commit
This commit is contained in:
17
client/tsconfig.types.json
Normal file
17
client/tsconfig.types.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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/**/*"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user