You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* Visit https://aka.ms/tsconfig.json to read more about this file */
"target": "es6",
"module": "commonjs",
"moduleResolution": "node",
"outDir": "./lib",
"declaration": true,
"sourceMap": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"allowSyntheticDefaultImports": false // WARNING: Enabling this allows importing from modules that don't have a default export, which breaks some projects using this library