mirror of
https://github.com/microsoft/TypeScript-Node-Starter.git
synced 2025-11-08 16:17:37 +00:00
Fix lint warnings
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
module.exports = {
|
||||
globals: {
|
||||
'ts-jest': {
|
||||
tsConfig: 'tsconfig.json'
|
||||
}
|
||||
},
|
||||
moduleFileExtensions: [
|
||||
'ts',
|
||||
'js'
|
||||
],
|
||||
transform: {
|
||||
'^.+\\.(ts|tsx)$': 'ts-jest'
|
||||
},
|
||||
testMatch: [
|
||||
'**/test/**/*.test.(ts|js)'
|
||||
],
|
||||
testEnvironment: 'node'
|
||||
globals: {
|
||||
"ts-jest": {
|
||||
tsConfig: "tsconfig.json"
|
||||
}
|
||||
},
|
||||
moduleFileExtensions: [
|
||||
"ts",
|
||||
"js"
|
||||
],
|
||||
transform: {
|
||||
"^.+\\.(ts|tsx)$": "ts-jest"
|
||||
},
|
||||
testMatch: [
|
||||
"**/test/**/*.test.(ts|js)"
|
||||
],
|
||||
testEnvironment: "node"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user