chore: lint

This commit is contained in:
liyasthomas
2022-01-05 10:17:23 +05:30
parent dd7aebaf94
commit ffd1acdfae
10 changed files with 50 additions and 48 deletions

View File

@@ -10,11 +10,7 @@
"~/*": ["./src/*"],
"@/*": ["./src/*"]
},
"types": [
"@types/node",
"@types/jest",
"@relmify/jest-fp-ts"
],
"types": ["@types/node", "@types/jest", "@relmify/jest-fp-ts"],
"outDir": "./lib/",
"rootDir": "./src/",
"declaration": true,
@@ -23,4 +19,4 @@
},
"include": ["./src", "./src/global.d.ts"],
"exclude": ["node_modules", "./src/__tests__", "./src/demo.ts"]
}
}