1
1
mirror of https://github.com/Burn-E99/TheArtificer.git synced 2026-06-04 00:53:50 -04:00

Trying advice from colin@sonar

This commit is contained in:
Ean Milligan (Bastion)
2022-05-20 11:29:09 -04:00
parent 1b01e93ef0
commit 46d6014ed5
2 changed files with 8 additions and 4 deletions

View File

@@ -13,6 +13,3 @@ sonar.sourceEncoding=UTF-8
# Exclusions for copy-paste detection
#sonar.cpd.exclusions=
# Deno TSConfig
sonar.typescript.tsconfigPath=deno.json

7
tsconfig.json Normal file
View File

@@ -0,0 +1,7 @@
{
"compilerOptions": {
"allowJs": true,
"lib": ["es2022"],
"strict": true
}
}