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,16 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"module": "commonjs"
},
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.lint.json"
},
{
"path": "./tsconfig.spec.json"
}
]
}