Fix ts-config to fix ts-server (#9019)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2025-05-22 17:22:04 +07:00
committed by GitHub
parent 6d4337febb
commit 8452c1f650
416 changed files with 1246 additions and 417 deletions
+3 -1
View File
@@ -6,5 +6,7 @@
"outDir": "./lib",
"declarationDir": "./types",
"tsBuildInfoFile": ".build/build.tsbuildinfo"
}
},
"include": ["src/**/*"],
"exclude": ["node_modules", "lib", "dist", "types", "bundle"]
}