I hereby claim:
- I am babie on github.
- I am babiewildheart (https://keybase.io/babiewildheart) on keybase.
- I have a public key ASAndQow11Ox38wAIlVk4FKiRzq032FH6fIfFBdCGpHLIAo
To claim this, I am signing this object:
{ | |
"rulesDirectory": ["tslint-plugin-prettier"], | |
"plugins": ["prettier"], | |
"extends": [ | |
"tslint-config-airbnb", | |
"tslint-config-standard", | |
"tslint-config-prettier" | |
], | |
"linterOptions": { | |
"exclude": ["config/**/*.js", "node_modules/**/*.ts"] |
const fs = require('fs') | |
const path = require('path') | |
const appDirectory = fs.realpathSync(process.cwd()) | |
const resolveApp = relativePath => path.resolve(appDirectory, relativePath) | |
module.exports = { | |
webpack: (config, env) => ({ | |
...config, | |
entry: [resolveApp('src/server.ts')], |
{ | |
"transform": { | |
"^.+\\.tsx?$": "ts-jest" | |
}, | |
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$", | |
"moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"], | |
"testPathIgnorePatterns": [ | |
"<rootDir>/src/", | |
"<rootDir>/build/", | |
"<rootDir>/dist/", |
const fs = require('fs') | |
const path = require('path') | |
const traverse = require('traverse') | |
const setupTestsFile = fs.existsSync( | |
path.resolve(__dirname, 'src/setupTests.ts') | |
) | |
? '<rootDir>/src/setupTests.ts' | |
: undefined |
I hereby claim:
To claim this, I am signing this object: