* Bump @the-bds-maneger/server_versions from 21.635.315 to 21.995.564 Bumps [@the-bds-maneger/server_versions](https://github.com/The-Bds-Maneger/ServerVersions) from 21.635.315 to 21.995.564. - [Release notes](https://github.com/The-Bds-Maneger/ServerVersions/releases) - [Commits](https://github.com/The-Bds-Maneger/ServerVersions/commits) --- updated-dependencies: - dependency-name: "@the-bds-maneger/server_versions" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update tsconfig.json Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com>
22 lines
470 B
JSON
22 lines
470 B
JSON
{
|
|
"include": ["src/"],
|
|
"exclude": ["node_modules/"],
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node",
|
|
"module": "commonjs",
|
|
"outDir": "./dist/cjs",
|
|
"declaration": true,
|
|
"strict": false,
|
|
"noUnusedLocals": true,
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"skipLibCheck": true,
|
|
"allowJs": true,
|
|
"target": "ES6",
|
|
"paths": {
|
|
"@/*": ["./node_modules/@*"]
|
|
}
|
|
}
|
|
}
|