@autofleet/shtinker 0.0.9-beta.1 → 0.0.9-beta2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autofleet/shtinker",
3
- "version": "0.0.9-beta.1",
3
+ "version": "0.0.9-beta2",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
package/tsconfig.json CHANGED
@@ -7,13 +7,6 @@
7
7
  "esModuleInterop": true,
8
8
  "experimentalDecorators": true,
9
9
  "emitDecoratorMetadata": true,
10
- "allowJs": true,
11
- "baseUrl": ".",
12
- "paths": {
13
- "*": [
14
- "node_modules/*"
15
- ]
16
- }
17
10
  },
18
11
  "exclude": ["node_modules", "**/*.test.ts", "dist"]
19
12
  }
@@ -1,12 +0,0 @@
1
- export const testEnvironment: string;
2
- export const roots: string[];
3
- export const transform: {
4
- '^.+\\.tsx?$': string;
5
- };
6
- export const testRegex: string;
7
- export const moduleFileExtensions: string[];
8
- export namespace coverageThreshold {
9
- namespace global {
10
- const lines: number;
11
- }
12
- }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes