1
0
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:
Iku-turso 2023-03-17 15:19:07 +02:00
parent 64fc182b46
commit 6cd9be5ffe

View File

@ -17,6 +17,7 @@
"noImplicitAny": true,
"noUnusedLocals": true,
"noImplicitReturns": true,
"experimentalDecorators": true,
"isolatedModules": true,
"skipLibCheck": true,
"allowJs": false,