chore: removing type module
This commit is contained in:
parent
cba51b15c1
commit
2f9c7b86c2
2 changed files with 4 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
/** @type {import('ts-jest').JestConfigWithTsJest} */
|
/** @type {import('ts-jest').JestConfigWithTsJest} */
|
||||||
export default {
|
module.exports = {
|
||||||
preset: 'ts-jest',
|
preset: "ts-jest",
|
||||||
testEnvironment: 'node',
|
testEnvironment: "node",
|
||||||
};
|
};
|
|
@ -3,7 +3,6 @@
|
||||||
"version": "1.1.6",
|
"version": "1.1.6",
|
||||||
"description": "Biblioteca com funções para formatação de dados.",
|
"description": "Biblioteca com funções para formatação de dados.",
|
||||||
"main": "src/lhmask.js",
|
"main": "src/lhmask.js",
|
||||||
"type": "module",
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"test": "node --expose-gc ./node_modules/.bin/jest --forceExit --ci -w=1 --logHeapUsage --coverage",
|
"test": "node --expose-gc ./node_modules/.bin/jest --forceExit --ci -w=1 --logHeapUsage --coverage",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue