mirror of
https://github.com/gavvvr/obsidian-timecodes-plugin.git
synced 2026-07-22 05:38:08 +00:00
chore: use lowercase values from tsconfig docs
This commit is contained in:
parent
a16e9f483a
commit
1e40cd1979
1 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"module": "ESNext",
|
||||
"module": "esnext",
|
||||
"moduleResolution": "bundler",
|
||||
"rootDir": ".",
|
||||
"target": "ES6",
|
||||
"target": "es6",
|
||||
"noImplicitAny": true,
|
||||
"isolatedModules": true,
|
||||
"strict": true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue