mirror of
https://github.com/esphome/esp-web-tools.git
synced 2025-04-19 13:17:20 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
* Bump typescript from 4.9.5 to 5.1.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.1.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.1.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * remove deprecated option --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
21 lines
496 B
JSON
21 lines
496 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["es2019", "dom"],
|
|
"target": "es2019",
|
|
"module": "es2020",
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"outDir": "dist",
|
|
"declaration": true,
|
|
"experimentalDecorators": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noImplicitReturns": true,
|
|
"noUnusedLocals": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"importHelpers": true
|
|
},
|
|
"include": ["src/*"]
|
|
}
|