Merge branch 'main' into v14/chore/bundle-package-management-package

This commit is contained in:
Mads Rasmussen
2024-08-07 15:01:58 +02:00
committed by GitHub
3 changed files with 892 additions and 8 deletions

View File

@@ -0,0 +1,9 @@
{
"tsConfig": "tsconfig.json",
"detectiveOptions": {
"ts": {
"skipTypeImports": true,
"skipAsyncImports": true
}
}
}

File diff suppressed because it is too large Load Diff

View File

@@ -163,6 +163,7 @@
"postbuild": "rollup -c ./src/rollup.config.js",
"check": "npm run lint:errors && npm run compile && npm run build-storybook && npm run generate:jsonschema:dist",
"check:paths": "node ./devops/build/check-path-length.js dist-cms 120",
"check:circular": "madge --circular --warning --extensions ts ./src",
"compile": "tsc",
"postinstall": "npm run generate:tsconfig",
"dev": "vite",
@@ -258,6 +259,7 @@
"glob": "^11.0.0",
"globals": "^15.8.0",
"lucide-static": "^0.424.0",
"madge": "^8.0.0",
"msw": "^1.3.2",
"playwright-msw": "^3.0.1",
"prettier": "3.3.3",