mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
(- meta fix typo) Lowercase tsconfig values
This commit is contained in:
parent
32fb44e459
commit
a05d1629d1
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"moduleResolution": "Node",
|
||||
"moduleResolution": "node",
|
||||
"noImplicitAny": false,
|
||||
"noEmitOnError": true,
|
||||
"outDir": "build/tsc-out",
|
||||
"sourceMap": true,
|
||||
"target": "ES2017",
|
||||
"lib": ["ES2017","dom", "dom.iterable"],
|
||||
"target": "es2017",
|
||||
"lib": ["es2017","dom", "dom.iterable"],
|
||||
"typeRoots": ["node_modules/@types", "node_modules/web-ext-types/"],
|
||||
"experimentalDecorators": true,
|
||||
"alwaysStrict": true,
|
||||
|
|
Loading…
Add table
Reference in a new issue