mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-05-28 18:43:40 +00:00
Some checks failed
Modified the TypeScript configuration files to set the ignoreDeprecations option to "6.0" for improved compatibility with future TypeScript versions. User-Impact: none
8 lines
228 B
JSON
8 lines
228 B
JSON
{
|
|
// This file is not used in compilation. It is here just for a nice editor experience.
|
|
"extends": "@docusaurus/tsconfig",
|
|
"compilerOptions": {
|
|
"ignoreDeprecations": "6.0"
|
|
},
|
|
"exclude": [".docusaurus", "build"]
|
|
}
|