Update tsconfig
This commit is contained in:
parent
a58a18b361
commit
ffb740b3ab
1 changed files with 4 additions and 1 deletions
|
@ -28,7 +28,10 @@
|
|||
"moduleResolution": "node",
|
||||
"esModuleInterop": true,
|
||||
|
||||
"typeRoots": ["node_modules/@types", "node_modules/web-ext-types"]
|
||||
"typeRoots": ["node_modules/@types", "node_modules/web-ext-types"],
|
||||
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true
|
||||
},
|
||||
"include": [
|
||||
"src"
|
||||
|
|
Reference in a new issue