Delete tsconfig-json.json

This commit is contained in:
mixelpixx
2025-11-30 14:41:55 -05:00
committed by GitHub
parent 050ca8db62
commit 8bc73ed408
-14
View File
@@ -1,14 +0,0 @@
{
"compilerOptions": {
"target": "ES2020",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"esModuleInterop": true,
"strict": true,
"outDir": "dist",
"declaration": true,
"sourceMap": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}