Удалить tsconfig.json

This commit is contained in:
2026-07-01 14:01:24 +00:00
parent 83fbb8bb90
commit d9aff70c6f
-13
View File
@@ -1,13 +0,0 @@
{
"compilerOptions": {
"target": "ES2019",
"module": "commonjs",
"declaration": true,
"outDir": "./dist",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src/**/*"]
}