mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
packages
This commit is contained in:
parent
80303fadd5
commit
440d98beff
@ -1,4 +0,0 @@
|
||||
module.exports = {
|
||||
projects: ["<rootDir>/packages/*/jest.config.js"],
|
||||
coverageDirectory: "<rootDir>/coverage/",
|
||||
};
|
14
lerna.json
14
lerna.json
@ -1,14 +0,0 @@
|
||||
{
|
||||
"$schema": "https://unpkg.com/lerna/schemas/lerna-schema.json",
|
||||
"packages": [
|
||||
"packages/*",
|
||||
"examples/*"
|
||||
],
|
||||
"ignore": "{monorepo-*,with-nx}",
|
||||
"registry": "https://registry.npmjs.org/",
|
||||
"npmClient": "npm",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"version": "3.25.0"
|
||||
}
|
@ -1,9 +0,0 @@
|
||||
{
|
||||
"extends": "./tsconfig.build.json",
|
||||
"include": ["packages", "example"],
|
||||
"compilerOptions": {
|
||||
"allowJs": false,
|
||||
"baseUrl": ".",
|
||||
"typeRoots": ["./node_modules/@types", "./types"]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user