Files
clube67_newwhats.local/newwhats.clube67.com/newwhats.local/plugins-modelos-criar-modificados/tsconfig.json
T
VPS 4 Deploy Agent 2f8c04a0a7
continuous-integration/webhook Falha no deploy de clube67_newwhats.local (VPS 4)
chore(ops): restore all source files in newwhats.clube67.com
2026-05-18 03:28:29 +02:00

28 lines
612 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"outDir": "./dist",
"rootDir": "..",
"strict": false,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"sourceMap": true,
"baseUrl": ".",
"paths": {
"@core/*": [
"../backend/src/core/*"
]
}
},
"include": [
"./**/*.ts"
],
"exclude": [
"node_modules",
"dist",
"**/migrations/**"
]
}