Delete tsconfig.json

This commit is contained in:
LewdLeah 2025-05-27 17:33:24 -04:00 committed by GitHub
parent 79d24e3aa5
commit 032bfa5481
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,15 +0,0 @@
{
"$schema": "https://json.schemastore.org/tsconfig.json",
"compilerOptions": {
"strict": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"declaration": true,
"allowSyntheticDefaultImports": true
},
"include": [
"**/*.d.ts"
],
"exclude": ["node_modules"]
}