Remove old imports

This commit is contained in:
Tarrgon
2026-06-13 18:21:48 -04:00
parent b153d80e4a
commit 76112fef01
3 changed files with 5 additions and 7 deletions
+1 -3
View File
@@ -3,13 +3,11 @@
"strict": true,
"noUnusedLocals": true,
"noImplicitAny": false,
"moduleResolution": "bundler",
"esModuleInterop": true,
"lib": ["ES2021.String"],
"skipLibCheck": true,
"inlineSourceMap": true,
"forceConsistentCasingInFileNames": false
},
}
}