extend ts config

This commit is contained in:
Aakansha Doshi 2024-05-06 13:55:02 +05:30
parent 72a98da527
commit 73c53a3c7c
3 changed files with 3 additions and 2 deletions

View file

@ -1,11 +1,11 @@
{
"extends": "../../tsconfig",
"compilerOptions": {
"target": "ESNext",
"strict": true,
"outDir": "dist",
"skipLibCheck": true,
"declaration": true,
"emitDeclarationOnly": true,
"allowSyntheticDefaultImports": true,
"module": "ESNext",
"moduleResolution": "Node",