Update tsconfig.json

This commit is contained in:
Sundar
2021-04-01 11:47:28 +05:30
committed by GitHub
parent af5ec937fe
commit 1c2a9c2c70

View File

@ -58,6 +58,7 @@
/* Experimental Options */
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
"skipLibCheck": true
},
"exclude": ["node_modules", "**/*.test.ts"]
}