hyperdx/packages/common-utils/tsconfig.test.json
Dan Hable 5db2767015
ci: fixes linting and release-local-ui target (#683)
1. Created separate tsconfig files for tests and prod code, including the test files in the test config.

2. Fixed linting error in DBEditTimeChartForm found while running local linting.

3. Excluded coverage CSS from the style lint task.

4. Updated app Dockerfile with test configuration and ran locally to ensure it was working.

Ref: HDX-1502
2025-03-13 23:11:46 +00:00

4 lines
66 B
JSON

{
"extends": "./tsconfig.json",
"exclude": ["node_modules"]
}