mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Restore support for TS-decorators to permit extraction of code that uses is
Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
This commit is contained in:
parent
64fc182b46
commit
6cd9be5ffe
@ -17,6 +17,7 @@
|
|||||||
"noImplicitAny": true,
|
"noImplicitAny": true,
|
||||||
"noUnusedLocals": true,
|
"noUnusedLocals": true,
|
||||||
"noImplicitReturns": true,
|
"noImplicitReturns": true,
|
||||||
|
"experimentalDecorators": true,
|
||||||
"isolatedModules": true,
|
"isolatedModules": true,
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"allowJs": false,
|
"allowJs": false,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user