|
6 | 6 | "test": "npm run test:types && npm run build && jest --coverage --reporters default && npm run test:size", |
7 | 7 | "test:size": "ts-node -O '{\"module\":\"CommonJS\"}' __TESTS_BUNDLE_SIZE__/bin/bin.ts", |
8 | 8 | "test:comp": "node ./scripts/updateCompliationTests.js && jest __TESTS__/compilationsOutput.test.ts --coverage", |
9 | | - "test:comp:service": "ts-node devTools/sanity/index.ts && jest __TESTS__/compilation.test.ts", |
| 9 | + "test:comp:service": "ts-node -O '{\"module\":\"CommonJS\"}' devTools/sanity/index.ts && jest __TESTS__/compilation.test.ts", |
10 | 10 | "test:unit": "jest --reporters default", |
11 | 11 | "test:unit:watch": "jest --watch --reporters default", |
12 | 12 | "test:types": "tsc --project tsconfig.test.json", |
|
16 | 16 | "build:ESM": "tsc --project tsconfig.json --outDir dist --declaration true", |
17 | 17 | "build:rollup": "rollup -c", |
18 | 18 | "build:docs": "bash ./scripts/buildDocs.sh", |
19 | | - "build:entryPoints": "ts-node ./scripts/createEntrypoints.ts", |
20 | | - "build:injectPackageVersion": "ts-node ./scripts/injectPackageVersionToDistFiles.ts", |
21 | | - "build:updatePackageExports": "ts-node scripts/updatePackageJsonExports.ts", |
| 19 | + "build:entryPoints": "ts-node -O '{\"module\":\"CommonJS\"}' ./scripts/createEntrypoints.ts", |
| 20 | + "build:injectPackageVersion": "ts-node -O '{\"module\":\"CommonJS\"}' ./scripts/injectPackageVersionToDistFiles.ts", |
| 21 | + "build:updatePackageExports": "ts-node -O '{\"module\":\"CommonJS\"}' scripts/updatePackageJsonExports.ts", |
22 | 22 | "lint": "npm run lint:src && npm run lint:test", |
23 | 23 | "lint:src": "eslint src --color --ext .ts", |
24 | 24 | "lint:test": "eslint __TESTS__ __TESTS_BUNDLE_SIZE__ --rule 'import/extensions: [0, \"never\"]' --color --ext .ts", |
|
87 | 87 | "ts-node": "^8.10.2", |
88 | 88 | "tslib": "^2.0.0", |
89 | 89 | "typedoc": "^0.17.8", |
90 | | - "typescript": "^3.9.3", |
| 90 | + "typescript": "^4.2.0", |
91 | 91 | "webpack": "^4.44.1" |
92 | 92 | }, |
93 | 93 | "exports": { |
|
0 commit comments