chore: heygermany customer project
This commit is contained in:
15
packages/sdk/tsconfig.json
Normal file
15
packages/sdk/tsconfig.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"types": ["node"],
|
||||
"composite": true,
|
||||
"declaration": true,
|
||||
"noEmit": false,
|
||||
"skipLibCheck": true,
|
||||
"rootDir": ".",
|
||||
"outDir": "dist"
|
||||
},
|
||||
"files": [],
|
||||
"include": ["**/*.ts", "**/*.d.ts"],
|
||||
"exclude": ["dist/**/*", "lib/**/*"]
|
||||
}
|
||||
Reference in New Issue
Block a user