Rocket.Chat/packages/cas-validate/tsconfig.json
Matheus Cardoso 2cc7cc5166
chore: move tsconfig bases from root to a package (#35987)
Co-authored-by: Guilherme Gazzo <guilherme@gazzo.xyz>
Co-authored-by: Pierre Lehnen <55164754+pierre-lehnen-rc@users.noreply.github.com>
2025-06-16 11:01:29 -04:00

11 lines
216 B
JSON

{
"extends": "@rocket.chat/tsconfig/server.json",
"compilerOptions": {
"lib": ["dom", "dom.iterable", "esnext"],
"declaration": true,
"rootDir": "./src",
"outDir": "./dist"
},
"include": ["./src/**/*"]
}