strapi/packages/plugins/sentry/server/tsconfig.build.json
Rémi de Juvigny 762abbf7f8
chore(sentry): convert to typescript (#19128)
* chore(sentry): convert to typescript

* qa fixes

* josh feedback
2024-01-03 13:51:22 +01:00

11 lines
183 B
JSON

{
"extends": "./tsconfig.json",
"include": ["./src"],
"exclude": ["**/*.test.ts"],
"compilerOptions": {
"rootDir": "../",
"baseUrl": ".",
"outDir": "./dist"
}
}