Create Libraries and basic tooltip
This commit is contained in:
14
apps/libs/_internal/directives/tsconfig.lib.json
Normal file
14
apps/libs/_internal/directives/tsconfig.lib.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "../../../dist/out-tsc",
|
||||
"declaration": true,
|
||||
"types": ["node"]
|
||||
},
|
||||
"include": ["../../../../libs/_internal/directives/src/**/*.ts"],
|
||||
"exclude": [
|
||||
"../../../../libs/_internal/directives/jest.config.ts",
|
||||
"../../../../libs/_internal/directives/src/**/*.spec.ts",
|
||||
"../../../../libs/_internal/directives/src/**/*.test.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user