feat(challenge26): forbidden enum rule

This commit is contained in:
thomas
2023-07-03 22:36:08 +02:00
parent 4eb92eae9f
commit 3be7f31bea
11 changed files with 165 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"module": "commonjs",
"types": ["jest", "node"]
},
"include": ["jest.config.ts", "**/*.test.ts", "**/*.spec.ts", "**/*.d.ts"]
}