chore(sha256): Review build configuration (#37923)
parent
a587ab378c
commit
ff615ea9f2
@ -1,8 +1,4 @@ |
||||
{ |
||||
"extends": ["@rocket.chat/eslint-config"], |
||||
"plugins": ["jest"], |
||||
"env": { |
||||
"jest/globals": true |
||||
}, |
||||
"ignorePatterns": ["dist"] |
||||
} |
||||
|
||||
@ -1,3 +0,0 @@ |
||||
module.exports = { |
||||
presets: ['@babel/preset-env'], |
||||
}; |
||||
@ -1,11 +1,12 @@ |
||||
{ |
||||
"extends": "./tsconfig.json", |
||||
"compilerOptions": { |
||||
"outDir": "dist", |
||||
"target": "ES2015", |
||||
"module": "commonjs", |
||||
"declaration": true, |
||||
"declarationMap": true, |
||||
"sourceMap": true, |
||||
}, |
||||
"exclude": ["**/*.spec.ts", "**/*.spec.js"] |
||||
"exclude": ["**/*.spec.ts"] |
||||
} |
||||
|
||||
@ -1,9 +1,7 @@ |
||||
{ |
||||
"extends": "@rocket.chat/tsconfig/base.json", |
||||
"compilerOptions": { |
||||
"outDir": "dist", |
||||
"rootDir": "src", |
||||
"strictNullChecks": true, |
||||
}, |
||||
"include": ["src"] |
||||
} |
||||
|
||||
Loading…
Reference in new issue