0.0.4
- corvée: met à jour les dépendances - corvée: utilise treefmt pour le formatage - corvée: nettoie les règles
This commit is contained in:
parent
0968f683df
commit
32ed83d772
8 changed files with 222 additions and 115 deletions
|
|
@ -13,7 +13,9 @@
|
|||
"exactOptionalPropertyTypes": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"isolatedModules": true,
|
||||
"lib": ["ESNext"],
|
||||
"lib": [
|
||||
"ESNext"
|
||||
],
|
||||
"module": "ESNext",
|
||||
"moduleDetection": "force",
|
||||
"moduleResolution": "Bundler",
|
||||
|
|
@ -37,11 +39,21 @@
|
|||
"strictNullChecks": true,
|
||||
"strictPropertyInitialization": true,
|
||||
"target": "ESNext",
|
||||
"types": ["bun", "node"],
|
||||
"types": [
|
||||
"bun",
|
||||
"node"
|
||||
],
|
||||
"useDefineForClassFields": true,
|
||||
"useUnknownInCatchVariables": true,
|
||||
"verbatimModuleSyntax": true
|
||||
},
|
||||
"exclude": ["dist"],
|
||||
"include": ["**/*.js", "**/*.ts", "**/*.astro", "**/*.tsx"]
|
||||
"exclude": [
|
||||
"dist"
|
||||
],
|
||||
"include": [
|
||||
"**/*.astro",
|
||||
"**/*.js",
|
||||
"**/*.ts",
|
||||
"**/*.tsx"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue