Add shareable config TS files and tsconfig.json
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
18
packages/eslint-config/tsconfig.json
Normal file
18
packages/eslint-config/tsconfig.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"complierOptions": {
|
||||
"lib": ["ES2023"],
|
||||
"skipLibCheck": true,
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "nodenext",
|
||||
"moduleDetection": "force",
|
||||
"verbatimModuleSyntax": true,
|
||||
"noEmit": true,
|
||||
"strict": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"erasableSyntaxOnly": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"noUncheckedSideEffectImports": true
|
||||
},
|
||||
"include": ["./*.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user